public class DescribeHaVipsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeHaVipsResponse.HaVip |
| Constructor and Description |
|---|
DescribeHaVipsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeHaVipsResponse.HaVip> |
getHaVips() |
DescribeHaVipsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setHaVips(List<DescribeHaVipsResponse.HaVip> haVips) |
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<DescribeHaVipsResponse.HaVip> getHaVips()
public void setHaVips(List<DescribeHaVipsResponse.HaVip> haVips)
public DescribeHaVipsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.