com.aliyuncs.cms.model.v20151020
类 QueryMetricDataResponse

java.lang.Object
  继承者 com.aliyuncs.AcsResponse
      继承者 com.aliyuncs.cms.model.v20151020.QueryMetricDataResponse

public class QueryMetricDataResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

构造方法摘要
QueryMetricDataResponse()
           
 
方法摘要
 String getCode()
           
 List<com.alibaba.fastjson.JSONObject> getDatapoints()
           
 QueryMetricDataResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
           
 String getMessage()
           
 String getPeriod()
           
 String getSuccess()
           
 String getTraceId()
           
 void setCode(String code)
           
 void setDatapoints(List<com.alibaba.fastjson.JSONObject> datapoints)
           
 void setMessage(String message)
           
 void setPeriod(String period)
           
 void setSuccess(String success)
           
 void setTraceId(String traceId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryMetricDataResponse

public QueryMetricDataResponse()
方法详细信息

getCode

public String getCode()

setCode

public void setCode(String code)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getSuccess

public String getSuccess()

setSuccess

public void setSuccess(String success)

getTraceId

public String getTraceId()

setTraceId

public void setTraceId(String traceId)

getDatapoints

public List<com.alibaba.fastjson.JSONObject> getDatapoints()

setDatapoints

public void setDatapoints(List<com.alibaba.fastjson.JSONObject> datapoints)

getInstance

public QueryMetricDataResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
指定者:
com.aliyuncs.AcsResponse 中的 getInstance

setPeriod

public void setPeriod(String period)

getPeriod

public String getPeriod()


Copyright © 2016. All Rights Reserved.