public class ListAppsResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<ListAppsResponse>
| 构造器和说明 |
|---|
ListAppsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage()
当前页
|
List<AppStats> |
getData()
应用列表
|
Long |
getPageSize()
单页大小
|
Boolean |
getSuccess()
接口返回码
|
Long |
getTotal()
总数
|
void |
setCurrentPage(Long currentPage)
当前页
|
void |
setData(List<AppStats> data)
应用列表
|
void |
setPageSize(Long pageSize)
单页大小
|
void |
setSuccess(Boolean success)
接口返回码
|
void |
setTotal(Long total)
总数
|
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2023. All Rights Reserved.