public class DescribeScalingConfigurationsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeScalingConfigurationsResponse.ScalingConfiguration |
| Constructor and Description |
|---|
DescribeScalingConfigurationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingConfigurationsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
List<DescribeScalingConfigurationsResponse.ScalingConfiguration> |
getScalingConfigurations() |
Integer |
getTotalCount() |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setRequestId(String requestId) |
void |
setScalingConfigurations(List<DescribeScalingConfigurationsResponse.ScalingConfiguration> scalingConfigurations) |
void |
setTotalCount(Integer totalCount) |
public DescribeScalingConfigurationsResponse()
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getRequestId()
public void setRequestId(String requestId)
public List<DescribeScalingConfigurationsResponse.ScalingConfiguration> getScalingConfigurations()
public void setScalingConfigurations(List<DescribeScalingConfigurationsResponse.ScalingConfiguration> scalingConfigurations)
public DescribeScalingConfigurationsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2021. All Rights Reserved.