public class DescribeMonitorGroupInstanceAttributeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code.
|
String |
message
The error message.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The total number of returned pages.
|
String |
requestId
The ID of the request.
|
DescribeMonitorGroupInstanceAttributeResponseBody.DescribeMonitorGroupInstanceAttributeResponseBodyResources |
resources
The resources that are associated with the application group.
|
Boolean |
success
Indicates whether the call was successful.
|
Integer |
total
The total number of returned entries.
|
| 构造器和说明 |
|---|
DescribeMonitorGroupInstanceAttributeResponseBody() |
@NameInMap(value="Code") public Integer code
The HTTP status code.
> The status code 200 indicates that the call was successful.
@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 total number of returned pages.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Resources") public DescribeMonitorGroupInstanceAttributeResponseBody.DescribeMonitorGroupInstanceAttributeResponseBodyResources resources
The resources that are associated with the application group.
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
* true: The call was successful.
* false: The call failed.
@NameInMap(value="Total") public Integer total
The total number of returned entries.
public DescribeMonitorGroupInstanceAttributeResponseBody()
public static DescribeMonitorGroupInstanceAttributeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitorGroupInstanceAttributeResponseBody setCode(Integer code)
public Integer getCode()
public DescribeMonitorGroupInstanceAttributeResponseBody setMessage(String message)
public String getMessage()
public DescribeMonitorGroupInstanceAttributeResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeMonitorGroupInstanceAttributeResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeMonitorGroupInstanceAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMonitorGroupInstanceAttributeResponseBody setResources(DescribeMonitorGroupInstanceAttributeResponseBody.DescribeMonitorGroupInstanceAttributeResponseBodyResources resources)
public DescribeMonitorGroupInstanceAttributeResponseBody.DescribeMonitorGroupInstanceAttributeResponseBodyResources getResources()
public DescribeMonitorGroupInstanceAttributeResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeMonitorGroupInstanceAttributeResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.