public class GetFormComponentDefinitionListRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
GetFormComponentDefinitionListRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetFormComponentDefinitionListRequest |
build(Map<String,?> map) |
String |
getLanguage() |
String |
getSystemToken() |
String |
getUserId() |
Long |
getVersion() |
GetFormComponentDefinitionListRequest |
setLanguage(String language) |
GetFormComponentDefinitionListRequest |
setSystemToken(String systemToken) |
GetFormComponentDefinitionListRequest |
setUserId(String userId) |
GetFormComponentDefinitionListRequest |
setVersion(Long version) |
@NameInMap(value="language") public String language
@NameInMap(value="systemToken") public String systemToken
@NameInMap(value="userId") public String userId
@NameInMap(value="version") public Long version
public static GetFormComponentDefinitionListRequest build(Map<String,?> map) throws Exception
Exception
public GetFormComponentDefinitionListRequest setLanguage(String language)
public String getLanguage()
public GetFormComponentDefinitionListRequest setSystemToken(String systemToken)
public String getSystemToken()
public GetFormComponentDefinitionListRequest setUserId(String userId)
public String getUserId()
public GetFormComponentDefinitionListRequest setVersion(Long version)
public Long getVersion()
Copyright © 2024. All rights reserved.