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