com.aliyuncs.cms.model.v20151020
类 QueryMetricTopResponse

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

public class QueryMetricTopResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

构造方法摘要
QueryMetricTopResponse()
           
 
方法摘要
 String getCode()
           
 List<com.alibaba.fastjson.JSONObject> getDatapoints()
           
 QueryMetricTopResponse 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
 

构造方法详细信息

QueryMetricTopResponse

public QueryMetricTopResponse()
方法详细信息

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)

getPeriod

public String getPeriod()

setPeriod

public void setPeriod(String period)

getInstance

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


Copyright © 2016. All Rights Reserved.