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