public class DescribeAlertLogListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogList> |
alertLogList
The queried alert logs.
|
String |
code
The HTTP status code.
|
String |
message
The error message.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeAlertLogListResponseBody() |
@NameInMap(value="AlertLogList") public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogList> alertLogList
The queried alert logs.
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true
* false
public static DescribeAlertLogListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogListResponseBody setAlertLogList(List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogList> alertLogList)
public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogList> getAlertLogList()
public DescribeAlertLogListResponseBody setCode(String code)
public String getCode()
public DescribeAlertLogListResponseBody setMessage(String message)
public String getMessage()
public DescribeAlertLogListResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeAlertLogListResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeAlertLogListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeAlertLogListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.