
com.aliyun.dingtalkhrm_1_0.models.ECertQueryResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkhrm_1_0.models;
import com.aliyun.tea.*;
public class ECertQueryResponseBody extends TeaModel {
/**
* example:
* 3300111192912113
*/
@NameInMap("certNO")
public String certNO;
/**
* example:
* 1123124124124
*/
@NameInMap("employJobId")
public String employJobId;
/**
* example:
* 职务
*/
@NameInMap("employJobIdLabel")
public String employJobIdLabel;
/**
* example:
* 1231231232313123
*/
@NameInMap("employPositionId")
public String employPositionId;
/**
* example:
* 职位
*/
@NameInMap("employPositionIdLabel")
public String employPositionIdLabel;
/**
* example:
* 498192313
*/
@NameInMap("employPositionRankId")
public String employPositionRankId;
/**
* example:
* 职级
*/
@NameInMap("employPositionRankIdLabel")
public String employPositionRankIdLabel;
/**
* example:
* 2020-03-14
*/
@NameInMap("hiredDate")
public String hiredDate;
/**
* example:
* 2021-03-14
*/
@NameInMap("lastWorkDay")
public String lastWorkDay;
/**
* example:
* -1
*/
@NameInMap("mainDeptId")
public Long mainDeptId;
/**
* example:
* 测试部门
*/
@NameInMap("mainDeptName")
public String mainDeptName;
/**
* This parameter is required.
*
* example:
* 李四
*/
@NameInMap("name")
public String name;
/**
* example:
* 张三
*/
@NameInMap("realName")
public String realName;
@NameInMap("terminationReasonPassive")
public java.util.List terminationReasonPassive;
@NameInMap("terminationReasonVoluntary")
public java.util.List terminationReasonVoluntary;
public static ECertQueryResponseBody build(java.util.Map map) throws Exception {
ECertQueryResponseBody self = new ECertQueryResponseBody();
return TeaModel.build(map, self);
}
public ECertQueryResponseBody setCertNO(String certNO) {
this.certNO = certNO;
return this;
}
public String getCertNO() {
return this.certNO;
}
public ECertQueryResponseBody setEmployJobId(String employJobId) {
this.employJobId = employJobId;
return this;
}
public String getEmployJobId() {
return this.employJobId;
}
public ECertQueryResponseBody setEmployJobIdLabel(String employJobIdLabel) {
this.employJobIdLabel = employJobIdLabel;
return this;
}
public String getEmployJobIdLabel() {
return this.employJobIdLabel;
}
public ECertQueryResponseBody setEmployPositionId(String employPositionId) {
this.employPositionId = employPositionId;
return this;
}
public String getEmployPositionId() {
return this.employPositionId;
}
public ECertQueryResponseBody setEmployPositionIdLabel(String employPositionIdLabel) {
this.employPositionIdLabel = employPositionIdLabel;
return this;
}
public String getEmployPositionIdLabel() {
return this.employPositionIdLabel;
}
public ECertQueryResponseBody setEmployPositionRankId(String employPositionRankId) {
this.employPositionRankId = employPositionRankId;
return this;
}
public String getEmployPositionRankId() {
return this.employPositionRankId;
}
public ECertQueryResponseBody setEmployPositionRankIdLabel(String employPositionRankIdLabel) {
this.employPositionRankIdLabel = employPositionRankIdLabel;
return this;
}
public String getEmployPositionRankIdLabel() {
return this.employPositionRankIdLabel;
}
public ECertQueryResponseBody setHiredDate(String hiredDate) {
this.hiredDate = hiredDate;
return this;
}
public String getHiredDate() {
return this.hiredDate;
}
public ECertQueryResponseBody setLastWorkDay(String lastWorkDay) {
this.lastWorkDay = lastWorkDay;
return this;
}
public String getLastWorkDay() {
return this.lastWorkDay;
}
public ECertQueryResponseBody setMainDeptId(Long mainDeptId) {
this.mainDeptId = mainDeptId;
return this;
}
public Long getMainDeptId() {
return this.mainDeptId;
}
public ECertQueryResponseBody setMainDeptName(String mainDeptName) {
this.mainDeptName = mainDeptName;
return this;
}
public String getMainDeptName() {
return this.mainDeptName;
}
public ECertQueryResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public ECertQueryResponseBody setRealName(String realName) {
this.realName = realName;
return this;
}
public String getRealName() {
return this.realName;
}
public ECertQueryResponseBody setTerminationReasonPassive(java.util.List terminationReasonPassive) {
this.terminationReasonPassive = terminationReasonPassive;
return this;
}
public java.util.List getTerminationReasonPassive() {
return this.terminationReasonPassive;
}
public ECertQueryResponseBody setTerminationReasonVoluntary(java.util.List terminationReasonVoluntary) {
this.terminationReasonVoluntary = terminationReasonVoluntary;
return this;
}
public java.util.List getTerminationReasonVoluntary() {
return this.terminationReasonVoluntary;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy