public class ListFormSchemasByCreatorRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
bizType
example:
0
|
String |
creator
example:
user123
|
Integer |
maxResults
This parameter is required.
|
Long |
nextToken
This parameter is required.
|
| 构造器和说明 |
|---|
ListFormSchemasByCreatorRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListFormSchemasByCreatorRequest |
build(Map<String,?> map) |
Integer |
getBizType() |
String |
getCreator() |
Integer |
getMaxResults() |
Long |
getNextToken() |
ListFormSchemasByCreatorRequest |
setBizType(Integer bizType) |
ListFormSchemasByCreatorRequest |
setCreator(String creator) |
ListFormSchemasByCreatorRequest |
setMaxResults(Integer maxResults) |
ListFormSchemasByCreatorRequest |
setNextToken(Long nextToken) |
@NameInMap(value="bizType") public Integer bizType
0
@NameInMap(value="creator") public String creator
user123
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
example:10
@NameInMap(value="nextToken") public Long nextToken
This parameter is required.
example:0
public static ListFormSchemasByCreatorRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListFormSchemasByCreatorRequest setBizType(Integer bizType)
public Integer getBizType()
public ListFormSchemasByCreatorRequest setCreator(String creator)
public String getCreator()
public ListFormSchemasByCreatorRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFormSchemasByCreatorRequest setNextToken(Long nextToken)
public Long getNextToken()
Copyright © 2025. All rights reserved.