public class ListFormInstancesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionDate |
Integer |
bizType |
Integer |
maxResults |
Integer |
nextToken |
| 构造器和说明 |
|---|
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
@NameInMap(value="bizType") public Integer bizType
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public Integer nextToken
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 © 2023. All rights reserved.