public static class ListDataServiceApplicationsResponse.Data extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListDataServiceApplicationsResponse.Data.Application |
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ListDataServiceApplicationsResponse.Data.Application> |
getApplications() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Integer |
getTotalCount() |
void |
setApplications(List<ListDataServiceApplicationsResponse.Data.Application> applications) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
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<ListDataServiceApplicationsResponse.Data.Application> getApplications()
public void setApplications(List<ListDataServiceApplicationsResponse.Data.Application> applications)
Copyright © 2021. All rights reserved.