public static class ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore
example:
true
|
List<ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResultList> |
list |
Long |
nextToken
example:
10
|
| 构造器和说明 |
|---|
ListFormSchemasByCreatorResponseBodyResult() |
@NameInMap(value="hasMore") public Boolean hasMore
true
@NameInMap(value="list") public List<ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResultList> list
@NameInMap(value="nextToken") public Long nextToken
10
public ListFormSchemasByCreatorResponseBodyResult()
public static ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResult setHasMore(Boolean hasMore)
public Boolean getHasMore()
public ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResult setList(List<ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResultList> list)
public List<ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResultList> getList()
public ListFormSchemasByCreatorResponseBody.ListFormSchemasByCreatorResponseBodyResult setNextToken(Long nextToken)
public Long getNextToken()
Copyright © 2025. All rights reserved.