public class DescribeSystemEventMetaListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code.
|
DescribeSystemEventMetaListResponseBody.DescribeSystemEventMetaListResponseBodyData |
data
The detailed meta information.
|
String |
message |
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
DescribeSystemEventMetaListResponseBody() |
@NameInMap(value="Code") public Integer code
The HTTP status code.
> The status code 200 indicates that the call was successful.
@NameInMap(value="Data") public DescribeSystemEventMetaListResponseBody.DescribeSystemEventMetaListResponseBodyData data
The detailed meta information.
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
* true: The call was successful.
* false: The call failed.
public static DescribeSystemEventMetaListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventMetaListResponseBody setCode(Integer code)
public Integer getCode()
public DescribeSystemEventMetaListResponseBody setData(DescribeSystemEventMetaListResponseBody.DescribeSystemEventMetaListResponseBodyData data)
public DescribeSystemEventMetaListResponseBody.DescribeSystemEventMetaListResponseBodyData getData()
public DescribeSystemEventMetaListResponseBody setMessage(String message)
public String getMessage()
public DescribeSystemEventMetaListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSystemEventMetaListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.