public class DescribeAlertingMetricRuleResourcesResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeAlertingMetricRuleResourcesResponse.Resource |
| Constructor and Description |
|---|
DescribeAlertingMetricRuleResourcesResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode() |
DescribeAlertingMetricRuleResourcesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
List<DescribeAlertingMetricRuleResourcesResponse.Resource> |
getResources() |
Boolean |
getSuccess() |
Integer |
getTotal() |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setResources(List<DescribeAlertingMetricRuleResourcesResponse.Resource> resources) |
void |
setSuccess(Boolean success) |
void |
setTotal(Integer total) |
public DescribeAlertingMetricRuleResourcesResponse()
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public Integer getTotal()
public void setTotal(Integer total)
public List<DescribeAlertingMetricRuleResourcesResponse.Resource> getResources()
public void setResources(List<DescribeAlertingMetricRuleResourcesResponse.Resource> resources)
public DescribeAlertingMetricRuleResourcesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.