public class DescribeSystemEventAttributeResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeSystemEventAttributeResponse.SystemEvent |
| Constructor and Description |
|---|
DescribeSystemEventAttributeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
DescribeSystemEventAttributeResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
String |
getSuccess() |
List<DescribeSystemEventAttributeResponse.SystemEvent> |
getSystemEvents() |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(String success) |
void |
setSystemEvents(List<DescribeSystemEventAttributeResponse.SystemEvent> systemEvents) |
public DescribeSystemEventAttributeResponse()
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 String getSuccess()
public void setSuccess(String success)
public List<DescribeSystemEventAttributeResponse.SystemEvent> getSystemEvents()
public void setSystemEvents(List<DescribeSystemEventAttributeResponse.SystemEvent> systemEvents)
public DescribeSystemEventAttributeResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.