public static class ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyDataApplications> |
applications |
Integer |
pageNumber |
Integer |
pageSize |
Integer |
totalCount |
| 构造器和说明 |
|---|
ListDataServiceApplicationsResponseBodyData() |
@NameInMap(value="Applications") public List<ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyDataApplications> applications
@NameInMap(value="PageNumber") public Integer pageNumber
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="TotalCount") public Integer totalCount
public ListDataServiceApplicationsResponseBodyData()
public static ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData setApplications(List<ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyDataApplications> applications)
public List<ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyDataApplications> getApplications()
public ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDataServiceApplicationsResponseBody.ListDataServiceApplicationsResponseBodyData setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2021. All rights reserved.