public class DescribeElasticityAssurancesResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeElasticityAssurancesResponse.ElasticityAssuranceItem |
构造器和说明 |
---|
DescribeElasticityAssurancesResponse() |
限定符和类型 | 方法和说明 |
---|---|
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 String getNextToken()
public void setNextToken(String nextToken)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> getElasticityAssuranceSet()
public void setElasticityAssuranceSet(List<DescribeElasticityAssurancesResponse.ElasticityAssuranceItem> elasticityAssuranceSet)
public DescribeElasticityAssurancesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.