public class DescribeElasticityAssurancesResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeElasticityAssurancesResponse.ElasticityAssuranceItem |
| Constructor and Description |
|---|
DescribeElasticityAssurancesResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> |
getElasticityAssuranceSet() |
DescribeElasticityAssurancesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setElasticityAssuranceSet(List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> elasticityAssuranceSet) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Integer totalCount) |
public DescribeElasticityAssurancesResponse()
public String getRequestId()
public void setRequestId(String requestId)
public String getNextToken()
public void setNextToken(String nextToken)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> getElasticityAssuranceSet()
public void setElasticityAssuranceSet(List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> elasticityAssuranceSet)
public DescribeElasticityAssurancesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.