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