public class DescribeActiveMetricRuleListResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeActiveMetricRuleListResponse.Alarm |
| Constructor and Description |
|---|
DescribeActiveMetricRuleListResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<DescribeActiveMetricRuleListResponse.Alarm> |
getDatapoints() |
DescribeActiveMetricRuleListResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setDatapoints(List<DescribeActiveMetricRuleListResponse.Alarm> datapoints) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public DescribeActiveMetricRuleListResponse()
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
public String getRequestId()
public void setRequestId(String requestId)
public List<DescribeActiveMetricRuleListResponse.Alarm> getDatapoints()
public void setDatapoints(List<DescribeActiveMetricRuleListResponse.Alarm> datapoints)
public DescribeActiveMetricRuleListResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.