public class GetFormListInAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appType
This parameter is required.
|
String |
formTypes
example:
receipt,process
|
Integer |
pageNumber |
Integer |
pageSize |
String |
systemToken
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
GetFormListInAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetFormListInAppRequest |
build(Map<String,?> map) |
String |
getAppType() |
String |
getFormTypes() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSystemToken() |
String |
getUserId() |
GetFormListInAppRequest |
setAppType(String appType) |
GetFormListInAppRequest |
setFormTypes(String formTypes) |
GetFormListInAppRequest |
setPageNumber(Integer pageNumber) |
GetFormListInAppRequest |
setPageSize(Integer pageSize) |
GetFormListInAppRequest |
setSystemToken(String systemToken) |
GetFormListInAppRequest |
setUserId(String userId) |
@NameInMap(value="appType") public String appType
This parameter is required.
example:APP_PBKT0MFBEBTDO8T7SLVP
@NameInMap(value="formTypes") public String formTypes
receipt,process
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="systemToken") public String systemToken
This parameter is required.
example:FO866D71GM94CE3KBMAFL4Q6WDG93MG6MLJ8L64
@NameInMap(value="userId") public String userId
This parameter is required.
example:5014533041684350
public static GetFormListInAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetFormListInAppRequest setAppType(String appType)
public String getAppType()
public GetFormListInAppRequest setFormTypes(String formTypes)
public String getFormTypes()
public GetFormListInAppRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public GetFormListInAppRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetFormListInAppRequest setSystemToken(String systemToken)
public String getSystemToken()
public GetFormListInAppRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.