com.aliyuncs.cms.model
类 QueryMetricDataResponse

java.lang.Object
  继承者 com.aliyuncs.AcsResponse
      继承者 com.aliyuncs.cms.model.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 getRequestId()
           
 String getSuccess()
           
 void setCode(String code)
           
 void setDatapoints(List<com.alibaba.fastjson.JSONObject> datapoints)
           
 void setMessage(String message)
           
 void setPeriod(String period)
           
 void setRequestId(String requestId)
           
 void setSuccess(String success)
           
 
从类 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)

getRequestId

public String getRequestId()

setRequestId

public void setRequestId(String requestId)

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.