public class DescribeAccessPointsResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeAccessPointsResponse.AccessPointType |
构造器和说明 |
---|
DescribeAccessPointsResponse() |
限定符和类型 | 方法和说明 |
---|---|
List<DescribeAccessPointsResponse.AccessPointType> |
getAccessPointSet() |
DescribeAccessPointsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setAccessPointSet(List<DescribeAccessPointsResponse.AccessPointType> accessPointSet) |
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 getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<DescribeAccessPointsResponse.AccessPointType> getAccessPointSet()
public void setAccessPointSet(List<DescribeAccessPointsResponse.AccessPointType> accessPointSet)
public DescribeAccessPointsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.