public static class ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
Integer |
nextToken |
List<ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePagePackages> |
packages |
Integer |
totalCount |
| 构造器和说明 |
|---|
ListIndustryPackagesResponseBodyPackagePage() |
@NameInMap(value="MaxResults") public Integer maxResults
@NameInMap(value="NextToken") public Integer nextToken
@NameInMap(value="Packages") public List<ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePagePackages> packages
@NameInMap(value="TotalCount") public Integer totalCount
public ListIndustryPackagesResponseBodyPackagePage()
public static ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage build(Map<String,?> map) throws Exception
Exceptionpublic ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage setNextToken(Integer nextToken)
public Integer getNextToken()
public ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage setPackages(List<ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePagePackages> packages)
public List<ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePagePackages> getPackages()
public ListIndustryPackagesResponseBody.ListIndustryPackagesResponseBodyPackagePage setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2022. All rights reserved.