public class DescribeMetricRuleCountResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeMetricRuleCountResponse.MetricRuleCount |
| Constructor and Description |
|---|
DescribeMetricRuleCountResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
DescribeMetricRuleCountResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
DescribeMetricRuleCountResponse.MetricRuleCount |
getMetricRuleCount() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setMetricRuleCount(DescribeMetricRuleCountResponse.MetricRuleCount metricRuleCount) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
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 DescribeMetricRuleCountResponse.MetricRuleCount getMetricRuleCount()
public void setMetricRuleCount(DescribeMetricRuleCountResponse.MetricRuleCount metricRuleCount)
public DescribeMetricRuleCountResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.