public class ListApplicationInformationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListApplicationInformationResponseBody.ListApplicationInformationResponseBodyApplicationInformation> |
applicationInformation |
Integer |
pageNumber |
Integer |
pageSize |
Integer |
totalCount |
| 构造器和说明 |
|---|
ListApplicationInformationResponseBody() |
@NameInMap(value="applicationInformation") public List<ListApplicationInformationResponseBody.ListApplicationInformationResponseBodyApplicationInformation> applicationInformation
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="totalCount") public Integer totalCount
public static ListApplicationInformationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListApplicationInformationResponseBody setApplicationInformation(List<ListApplicationInformationResponseBody.ListApplicationInformationResponseBodyApplicationInformation> applicationInformation)
public List<ListApplicationInformationResponseBody.ListApplicationInformationResponseBodyApplicationInformation> getApplicationInformation()
public ListApplicationInformationResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListApplicationInformationResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListApplicationInformationResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2022. All rights reserved.