public class ListActiveAlertRuleResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListActiveAlertRuleResponse.Alarm |
| Constructor and Description |
|---|
ListActiveAlertRuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<ListActiveAlertRuleResponse.Alarm> |
getDatapoints() |
ListActiveAlertRuleResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setCode(String code) |
void |
setDatapoints(List<ListActiveAlertRuleResponse.Alarm> datapoints) |
void |
setMessage(String message) |
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 List<ListActiveAlertRuleResponse.Alarm> getDatapoints()
public void setDatapoints(List<ListActiveAlertRuleResponse.Alarm> datapoints)
public ListActiveAlertRuleResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.