public class DescribeCommandsResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeCommandsResponse.Command |
| 构造器和说明 |
|---|
DescribeCommandsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DescribeCommandsResponse.Command> |
getCommands() |
DescribeCommandsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRequestId() |
Long |
getTotalCount() |
void |
setCommands(List<DescribeCommandsResponse.Command> commands) |
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> getCommands()
public void setCommands(List<DescribeCommandsResponse.Command> commands)
public DescribeCommandsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2019. All Rights Reserved.