类 BesGetClusterListResponse.ListPageResponse
- java.lang.Object
-
- com.baidubce.services.bes.model.BesGetClusterListResponse.ListPageResponse
-
public static class BesGetClusterListResponse.ListPageResponse extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classBesGetClusterListResponse.ListPageResponse.ClusterSummaryInfo
-
构造器概要
构造器 构造器 说明 ListPageResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetPageNo()intgetPageSize()List<BesGetClusterListResponse.ListPageResponse.ClusterSummaryInfo>getResult()intgetTotalCount()voidsetPageNo(int pageNo)voidsetPageSize(int pageSize)voidsetResult(List<BesGetClusterListResponse.ListPageResponse.ClusterSummaryInfo> result)voidsetTotalCount(int totalCount)
-
-
-
方法详细资料
-
getPageNo
public int getPageNo()
-
setPageNo
public void setPageNo(int pageNo)
-
getPageSize
public int getPageSize()
-
setPageSize
public void setPageSize(int pageSize)
-
getTotalCount
public int getTotalCount()
-
setTotalCount
public void setTotalCount(int totalCount)
-
getResult
public List<BesGetClusterListResponse.ListPageResponse.ClusterSummaryInfo> getResult()
-
setResult
public void setResult(List<BesGetClusterListResponse.ListPageResponse.ClusterSummaryInfo> result)
-
-