public class GetFormListInAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appType |
String |
formTypes |
Integer |
pageNumber |
Integer |
pageSize |
String |
systemToken |
String |
userId |
| 构造器和说明 |
|---|
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
@NameInMap(value="formTypes") public String formTypes
@NameInMap(value="pageNumber") public Integer pageNumber
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="systemToken") public String systemToken
@NameInMap(value="userId") public String userId
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 © 2023. All rights reserved.