public class DescribeCommandsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeCommandsResponse.Command |
| Constructor and Description |
|---|
DescribeCommandsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeCommandsResponse.Command> |
getCommandList() |
DescribeCommandsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRequestId() |
Long |
getTotalCount() |
void |
setCommandList(List<DescribeCommandsResponse.Command> commandList) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Long totalCount) |
public String getRequestId()
public void setRequestId(String requestId)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public Long getPageSize()
public void setPageSize(Long pageSize)
public List<DescribeCommandsResponse.Command> getCommandList()
public void setCommandList(List<DescribeCommandsResponse.Command> commandList)
public DescribeCommandsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.