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="gmtCreateMillis") public Long gmtCreateMillis
@NameInMap(value="gmtModifiedMillis") public Long gmtModifiedMillis
@NameInMap(value="templateId") public String templateId
@NameInMap(value="templateVersion") public Integer templateVersion
@NameInMap(value="formId") public String formId
@NameInMap(value="status") public Integer status
@NameInMap(value="creatorUserId") public String creatorUserId
public static UpdateApplicationRegFormResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateApplicationRegFormResponseBody setGmtCreateMillis(Long gmtCreateMillis)
public Long getGmtCreateMillis()
public UpdateApplicationRegFormResponseBody setGmtModifiedMillis(Long gmtModifiedMillis)
public Long getGmtModifiedMillis()
public UpdateApplicationRegFormResponseBody setTemplateId(String templateId)
public String getTemplateId()
public UpdateApplicationRegFormResponseBody setTemplateVersion(Integer templateVersion)
public Integer getTemplateVersion()
public UpdateApplicationRegFormResponseBody setFormId(String formId)
public String getFormId()
public UpdateApplicationRegFormResponseBody setStatus(Integer status)
public Integer getStatus()
public UpdateApplicationRegFormResponseBody setCreatorUserId(String creatorUserId)
public String getCreatorUserId()
Copyright © 2021. All rights reserved.