public class DescribeMonitorGroupsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeMonitorGroupsResponse.Resource |
| Constructor and Description |
|---|
DescribeMonitorGroupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode() |
DescribeMonitorGroupsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
List<DescribeMonitorGroupsResponse.Resource> |
getResources() |
Boolean |
getSuccess() |
Integer |
getTotal() |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setRequestId(String requestId) |
void |
setResources(List<DescribeMonitorGroupsResponse.Resource> resources) |
void |
setSuccess(Boolean success) |
void |
setTotal(Integer total) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotal()
public void setTotal(Integer total)
public List<DescribeMonitorGroupsResponse.Resource> getResources()
public void setResources(List<DescribeMonitorGroupsResponse.Resource> resources)
public DescribeMonitorGroupsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.