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