public class UpdateApplicationRegFormResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorUserId |
String |
formId |
Long |
gmtCreateMillis |
Long |
gmtModifiedMillis |
Integer |
status |
String |
templateId |
Integer |
templateVersion |
| 构造器和说明 |
|---|
UpdateApplicationRegFormResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateApplicationRegFormResponseBody |
build(Map<String,?> map) |
String |
getCreatorUserId() |
String |
getFormId() |
Long |
getGmtCreateMillis() |
Long |
getGmtModifiedMillis() |
Integer |
getStatus() |
String |
getTemplateId() |
Integer |
getTemplateVersion() |
UpdateApplicationRegFormResponseBody |
setCreatorUserId(String creatorUserId) |
UpdateApplicationRegFormResponseBody |
setFormId(String formId) |
UpdateApplicationRegFormResponseBody |
setGmtCreateMillis(Long gmtCreateMillis) |
UpdateApplicationRegFormResponseBody |
setGmtModifiedMillis(Long gmtModifiedMillis) |
UpdateApplicationRegFormResponseBody |
setStatus(Integer status) |
UpdateApplicationRegFormResponseBody |
setTemplateId(String templateId) |
UpdateApplicationRegFormResponseBody |
setTemplateVersion(Integer templateVersion) |
@NameInMap(value="creatorUserId") public String creatorUserId
@NameInMap(value="formId") public String formId
@NameInMap(value="gmtCreateMillis") public Long gmtCreateMillis
@NameInMap(value="gmtModifiedMillis") public Long gmtModifiedMillis
@NameInMap(value="status") public Integer status
@NameInMap(value="templateId") public String templateId
@NameInMap(value="templateVersion") public Integer templateVersion
public static UpdateApplicationRegFormResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateApplicationRegFormResponseBody setCreatorUserId(String creatorUserId)
public String getCreatorUserId()
public UpdateApplicationRegFormResponseBody setFormId(String formId)
public String getFormId()
public UpdateApplicationRegFormResponseBody setGmtCreateMillis(Long gmtCreateMillis)
public Long getGmtCreateMillis()
public UpdateApplicationRegFormResponseBody setGmtModifiedMillis(Long gmtModifiedMillis)
public Long getGmtModifiedMillis()
public UpdateApplicationRegFormResponseBody setStatus(Integer status)
public Integer getStatus()
public UpdateApplicationRegFormResponseBody setTemplateId(String templateId)
public String getTemplateId()
public UpdateApplicationRegFormResponseBody setTemplateVersion(Integer templateVersion)
public Integer getTemplateVersion()
Copyright © 2022. All rights reserved.