public class IndustryManufactureFeeListGetResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList |
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore
This parameter is required.
|
List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> |
list
This parameter is required.
|
Long |
nextCursor
This parameter is required.
|
Long |
totalCount
This parameter is required.
|
| 构造器和说明 |
|---|
IndustryManufactureFeeListGetResponseBody() |
@NameInMap(value="hasMore") public Boolean hasMore
This parameter is required.
@NameInMap(value="list") public List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> list
This parameter is required.
@NameInMap(value="nextCursor") public Long nextCursor
This parameter is required.
@NameInMap(value="totalCount") public Long totalCount
This parameter is required.
public IndustryManufactureFeeListGetResponseBody()
public static IndustryManufactureFeeListGetResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic IndustryManufactureFeeListGetResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public IndustryManufactureFeeListGetResponseBody setList(List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> list)
public List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> getList()
public IndustryManufactureFeeListGetResponseBody setNextCursor(Long nextCursor)
public Long getNextCursor()
public IndustryManufactureFeeListGetResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.