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