public class UpdateApplicationRegFormResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorUserId
This parameter is required.
|
String |
formId
This parameter is required.
|
Long |
gmtCreateMillis
This parameter is required.
|
Long |
gmtModifiedMillis
This parameter is required.
|
Integer |
status
This parameter is required.
|
String |
templateId
This parameter is required.
|
Integer |
templateVersion
This parameter is required.
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:manager5875
@NameInMap(value="formId") public String formId
This parameter is required.
example:formXXX
@NameInMap(value="gmtCreateMillis") public Long gmtCreateMillis
This parameter is required.
example:1626775016427
@NameInMap(value="gmtModifiedMillis") public Long gmtModifiedMillis
This parameter is required.
example:1626775016427
@NameInMap(value="status") public Integer status
This parameter is required.
example:0
@NameInMap(value="templateId") public String templateId
This parameter is required.
example:templateXXX
@NameInMap(value="templateVersion") public Integer templateVersion
This parameter is required.
example:0
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 © 2025. All rights reserved.