public class DescribeExporterRuleListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
DescribeExporterRuleListResponseBody.DescribeExporterRuleListResponseBodyDatapoints |
datapoints
The details of the data export rules.
|
String |
message
The returned message.
|
Integer |
pageNumber
The page number of the returned page.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
Integer |
total
The total number of returned entries.
|
| 构造器和说明 |
|---|
DescribeExporterRuleListResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the request was successful. Other status codes indicate that the request failed.
@NameInMap(value="Datapoints") public DescribeExporterRuleListResponseBody.DescribeExporterRuleListResponseBodyDatapoints datapoints
The details of the data export rules.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned 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`
@NameInMap(value="Total") public Integer total
The total number of returned entries.
public static DescribeExporterRuleListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeExporterRuleListResponseBody setCode(String code)
public String getCode()
public DescribeExporterRuleListResponseBody setDatapoints(DescribeExporterRuleListResponseBody.DescribeExporterRuleListResponseBodyDatapoints datapoints)
public DescribeExporterRuleListResponseBody.DescribeExporterRuleListResponseBodyDatapoints getDatapoints()
public DescribeExporterRuleListResponseBody setMessage(String message)
public String getMessage()
public DescribeExporterRuleListResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeExporterRuleListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeExporterRuleListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeExporterRuleListResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.