public class GetPrintDictionaryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appType
This parameter is required.
|
String |
formUuid
This parameter is required.
|
String |
userId
This parameter is required.
|
Long |
version
example:
0
|
| 构造器和说明 |
|---|
GetPrintDictionaryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetPrintDictionaryRequest |
build(Map<String,?> map) |
String |
getAppType() |
String |
getFormUuid() |
String |
getUserId() |
Long |
getVersion() |
GetPrintDictionaryRequest |
setAppType(String appType) |
GetPrintDictionaryRequest |
setFormUuid(String formUuid) |
GetPrintDictionaryRequest |
setUserId(String userId) |
GetPrintDictionaryRequest |
setVersion(Long version) |
@NameInMap(value="appType") public String appType
This parameter is required.
example:APP_XABJJSJ
@NameInMap(value="formUuid") public String formUuid
This parameter is required.
example:FORM-XABJJSJ
@NameInMap(value="userId") public String userId
This parameter is required.
example:abfefw
@NameInMap(value="version") public Long version
0
public static GetPrintDictionaryRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetPrintDictionaryRequest setAppType(String appType)
public String getAppType()
public GetPrintDictionaryRequest setFormUuid(String formUuid)
public String getFormUuid()
public GetPrintDictionaryRequest setUserId(String userId)
public String getUserId()
public GetPrintDictionaryRequest setVersion(Long version)
public Long getVersion()
Copyright © 2025. All rights reserved.