public class DescribeEipAddressesResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeEipAddressesResponse.EipAddress |
| Constructor and Description |
|---|
DescribeEipAddressesResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeEipAddressesResponse.EipAddress> |
getEipAddresses() |
DescribeEipAddressesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setEipAddresses(List<DescribeEipAddressesResponse.EipAddress> eipAddresses) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Integer totalCount) |
public String getRequestId()
public void setRequestId(String requestId)
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 List<DescribeEipAddressesResponse.EipAddress> getEipAddresses()
public void setEipAddresses(List<DescribeEipAddressesResponse.EipAddress> eipAddresses)
public DescribeEipAddressesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.