public class IndustryManufactureFeeListGetResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList |
限定符和类型 | 字段和说明 |
---|---|
Boolean |
hasMore |
List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> |
list |
Long |
nextCursor |
Long |
totalCount |
构造器和说明 |
---|
IndustryManufactureFeeListGetResponseBody() |
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="list") public List<IndustryManufactureFeeListGetResponseBody.IndustryManufactureFeeListGetResponseBodyList> list
@NameInMap(value="nextCursor") public Long nextCursor
@NameInMap(value="totalCount") public Long totalCount
public IndustryManufactureFeeListGetResponseBody()
public static IndustryManufactureFeeListGetResponseBody build(Map<String,?> map) throws Exception
Exception
public 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 © 2023. All rights reserved.