public class GetPrintDictionaryRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="formUuid") public String formUuid
@NameInMap(value="userId") public String userId
@NameInMap(value="version") public Long version
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 © 2022. All rights reserved.