com.aliyuncs.cms.model.v20151020
类 QueryMetricResponse

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

public class QueryMetricResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

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

构造方法详细信息

QueryMetricResponse

public QueryMetricResponse()
方法详细信息

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 QueryMetricResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
指定者:
com.aliyuncs.AcsResponse 中的 getInstance

setNextToken

public void setNextToken(String nextToken)

getNextToken

public String getNextToken()


Copyright © 2016. All Rights Reserved.