public class DescribeSystemEventAttributeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
message
The message that is returned.
|
String |
requestId
The ID of the request.
|
String |
success
Indicates whether the call is successful.
|
DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEvents |
systemEvents
The details of the event.
|
| 构造器和说明 |
|---|
DescribeSystemEventAttributeResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call is successful.
@NameInMap(value="Message") public String message
The message that is returned. If the call is successful, `success` is returned. If the call fails, an error message is returned.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public String success
Indicates whether the call is successful. Valid values: True: The call is successful. false: The call fails.
@NameInMap(value="SystemEvents") public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEvents systemEvents
The details of the event.
public static DescribeSystemEventAttributeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventAttributeResponseBody setCode(String code)
public String getCode()
public DescribeSystemEventAttributeResponseBody setMessage(String message)
public String getMessage()
public DescribeSystemEventAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSystemEventAttributeResponseBody setSuccess(String success)
public String getSuccess()
public DescribeSystemEventAttributeResponseBody setSystemEvents(DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEvents systemEvents)
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEvents getSystemEvents()
Copyright © 2024. All rights reserved.