public class ListNotifyPolicyResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListNotifyPolicyResponse.NotifyPolicy |
| Constructor and Description |
|---|
ListNotifyPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
ListNotifyPolicyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
List<ListNotifyPolicyResponse.NotifyPolicy> |
getNotifyPolicyList() |
String |
getRequestId() |
String |
getSuccess() |
Integer |
getTotal() |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setNotifyPolicyList(List<ListNotifyPolicyResponse.NotifyPolicy> notifyPolicyList) |
void |
setRequestId(String requestId) |
void |
setSuccess(String success) |
void |
setTotal(Integer total) |
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
public String getSuccess()
public void setSuccess(String success)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotal()
public void setTotal(Integer total)
public List<ListNotifyPolicyResponse.NotifyPolicy> getNotifyPolicyList()
public void setNotifyPolicyList(List<ListNotifyPolicyResponse.NotifyPolicy> notifyPolicyList)
public ListNotifyPolicyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.