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="formUuid") public String formUuid
@NameInMap(value="appType") public String appType
@NameInMap(value="version") public Long version
@NameInMap(value="userId") public String userId
public static GetPrintDictionaryRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetPrintDictionaryRequest setFormUuid(String formUuid)
public String getFormUuid()
public GetPrintDictionaryRequest setAppType(String appType)
public String getAppType()
public GetPrintDictionaryRequest setVersion(Long version)
public Long getVersion()
public GetPrintDictionaryRequest setUserId(String userId)
public String getUserId()
Copyright © 2021. All rights reserved.