public class DescribeProductsOfActiveMetricRuleResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeProductsOfActiveMetricRuleResponse.AllProductInitMetricRule |
| Constructor and Description |
|---|
DescribeProductsOfActiveMetricRuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeProductsOfActiveMetricRuleResponse.AllProductInitMetricRule> |
getAllProductInitMetricRuleList() |
Integer |
getCode() |
String |
getDatapoints() |
DescribeProductsOfActiveMetricRuleResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setAllProductInitMetricRuleList(List<DescribeProductsOfActiveMetricRuleResponse.AllProductInitMetricRule> allProductInitMetricRuleList) |
void |
setCode(Integer code) |
void |
setDatapoints(String datapoints) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public DescribeProductsOfActiveMetricRuleResponse()
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 String getDatapoints()
public void setDatapoints(String datapoints)
public List<DescribeProductsOfActiveMetricRuleResponse.AllProductInitMetricRule> getAllProductInitMetricRuleList()
public void setAllProductInitMetricRuleList(List<DescribeProductsOfActiveMetricRuleResponse.AllProductInitMetricRule> allProductInitMetricRuleList)
public DescribeProductsOfActiveMetricRuleResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.