public class DescribeMonitoringAgentHostsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
DescribeMonitoringAgentHostsResponseBody.DescribeMonitoringAgentHostsResponseBodyHosts |
hosts
The information about the hosts.
|
String |
message
The error message.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
Integer |
pageTotal
The total number of returned pages.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call is successful.
|
Integer |
total
The total number of returned entries.
|
| 构造器和说明 |
|---|
DescribeMonitoringAgentHostsResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call is successful.
@NameInMap(value="Hosts") public DescribeMonitoringAgentHostsResponseBody.DescribeMonitoringAgentHostsResponseBodyHosts hosts
The information about the hosts.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
@NameInMap(value="PageTotal") public Integer pageTotal
The total number of returned pages.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the call is successful. Valid values:
* true: The call is successful.
* false: The call fails.
@NameInMap(value="Total") public Integer total
The total number of returned entries.
public static DescribeMonitoringAgentHostsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitoringAgentHostsResponseBody setCode(String code)
public String getCode()
public DescribeMonitoringAgentHostsResponseBody setHosts(DescribeMonitoringAgentHostsResponseBody.DescribeMonitoringAgentHostsResponseBodyHosts hosts)
public DescribeMonitoringAgentHostsResponseBody.DescribeMonitoringAgentHostsResponseBodyHosts getHosts()
public DescribeMonitoringAgentHostsResponseBody setMessage(String message)
public String getMessage()
public DescribeMonitoringAgentHostsResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeMonitoringAgentHostsResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeMonitoringAgentHostsResponseBody setPageTotal(Integer pageTotal)
public Integer getPageTotal()
public DescribeMonitoringAgentHostsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMonitoringAgentHostsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeMonitoringAgentHostsResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.