public static class BesListClusterResponse.ListPageResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BesListClusterResponse.ListPageResponse.ClusterSummaryInfo |
| Constructor and Description |
|---|
ListPageResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNo() |
int |
getPageSize() |
List<BesListClusterResponse.ListPageResponse.ClusterSummaryInfo> |
getResult() |
int |
getTotalCount() |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setResult(List<BesListClusterResponse.ListPageResponse.ClusterSummaryInfo> result) |
void |
setTotalCount(int totalCount) |
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public int getTotalCount()
public void setTotalCount(int totalCount)
public List<BesListClusterResponse.ListPageResponse.ClusterSummaryInfo> getResult()
public void setResult(List<BesListClusterResponse.ListPageResponse.ClusterSummaryInfo> result)
Copyright © 2020. All rights reserved.