public class CreateMyGroupAlertBatchResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateMyGroupAlertBatchResponse.AlertResult |
| Constructor and Description |
|---|
CreateMyGroupAlertBatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode() |
String |
getErrorMessage() |
CreateMyGroupAlertBatchResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<CreateMyGroupAlertBatchResponse.AlertResult> |
getResources() |
Boolean |
getSuccess() |
void |
setErrorCode(Integer errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setRequestId(String requestId) |
void |
setResources(List<CreateMyGroupAlertBatchResponse.AlertResult> resources) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public List<CreateMyGroupAlertBatchResponse.AlertResult> getResources()
public void setResources(List<CreateMyGroupAlertBatchResponse.AlertResult> resources)
public CreateMyGroupAlertBatchResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.