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