public class GetMyGroupAlertResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMyGroupAlertResponse.GroupAlert |
| Constructor and Description |
|---|
GetMyGroupAlertResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode() |
String |
getErrorMessage() |
GetMyGroupAlertResponse.GroupAlert |
getGroupAlert() |
GetMyGroupAlertResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setErrorCode(Integer errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setGroupAlert(GetMyGroupAlertResponse.GroupAlert groupAlert) |
void |
setRequestId(String requestId) |
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 GetMyGroupAlertResponse.GroupAlert getGroupAlert()
public void setGroupAlert(GetMyGroupAlertResponse.GroupAlert groupAlert)
public GetMyGroupAlertResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.