public class DescribeActivationsResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeActivationsResponse.Activation |
| 构造器和说明 |
|---|
DescribeActivationsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkShowJsonItemName() |
List<DescribeActivationsResponse.Activation> |
getActivationList() |
DescribeActivationsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getNextToken() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRequestId() |
Long |
getTotalCount() |
void |
setActivationList(List<DescribeActivationsResponse.Activation> activationList) |
void |
setNextToken(String nextToken) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Long totalCount) |
public Long getPageSize()
public void setPageSize(Long pageSize)
public String getRequestId()
public void setRequestId(String requestId)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public String getNextToken()
public void setNextToken(String nextToken)
public List<DescribeActivationsResponse.Activation> getActivationList()
public void setActivationList(List<DescribeActivationsResponse.Activation> activationList)
public DescribeActivationsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName 在类中 com.aliyuncs.AcsResponseCopyright © 2024. All Rights Reserved.