cn.com.antcloud.api.riskplus.v1_0.model.JobInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antcloud-api-riskplus Show documentation
Show all versions of antcloud-api-riskplus Show documentation
Ant Chain API SDK For Java
Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package cn.com.antcloud.api.riskplus.v1_0.model;
import java.lang.Long;
import java.lang.String;
/**
* 天枢系统职业信息 */
public class JobInfo {
private String jobType;
private String workPosition;
private String jobLife;
private Long currentJobLife;
private String companyName;
private String companyIndustryType;
private String companyTel;
private String companyProvince;
private String companyCity;
private String companyArea;
private String companyStreet;
private String companyAddress;
private Long yearSalary;
/**
* 职业 */
public String getJobType() {
return this.jobType;
}
/**
* 职业 */
public void setJobType(String jobType) {
this.jobType = jobType;
}
/**
* 职务 */
public String getWorkPosition() {
return this.workPosition;
}
/**
* 职务 */
public void setWorkPosition(String workPosition) {
this.workPosition = workPosition;
}
/**
* 工作年限 */
public String getJobLife() {
return this.jobLife;
}
/**
* 工作年限 */
public void setJobLife(String jobLife) {
this.jobLife = jobLife;
}
/**
* 本单位工作年限 */
public Long getCurrentJobLife() {
return this.currentJobLife;
}
/**
* 本单位工作年限 */
public void setCurrentJobLife(Long currentJobLife) {
this.currentJobLife = currentJobLife;
}
/**
* 公司名称 */
public String getCompanyName() {
return this.companyName;
}
/**
* 公司名称 */
public void setCompanyName(String companyName) {
this.companyName = companyName;
}
/**
* 公司行业类型 */
public String getCompanyIndustryType() {
return this.companyIndustryType;
}
/**
* 公司行业类型 */
public void setCompanyIndustryType(String companyIndustryType) {
this.companyIndustryType = companyIndustryType;
}
/**
* 公司电话 */
public String getCompanyTel() {
return this.companyTel;
}
/**
* 公司电话 */
public void setCompanyTel(String companyTel) {
this.companyTel = companyTel;
}
/**
* 公司省份 */
public String getCompanyProvince() {
return this.companyProvince;
}
/**
* 公司省份 */
public void setCompanyProvince(String companyProvince) {
this.companyProvince = companyProvince;
}
/**
* 公司城市 */
public String getCompanyCity() {
return this.companyCity;
}
/**
* 公司城市 */
public void setCompanyCity(String companyCity) {
this.companyCity = companyCity;
}
/**
* 公司区域 */
public String getCompanyArea() {
return this.companyArea;
}
/**
* 公司区域 */
public void setCompanyArea(String companyArea) {
this.companyArea = companyArea;
}
/**
* 公司街道 */
public String getCompanyStreet() {
return this.companyStreet;
}
/**
* 公司街道 */
public void setCompanyStreet(String companyStreet) {
this.companyStreet = companyStreet;
}
/**
* 公司详细地址 */
public String getCompanyAddress() {
return this.companyAddress;
}
/**
* 公司详细地址 */
public void setCompanyAddress(String companyAddress) {
this.companyAddress = companyAddress;
}
/**
* 年收入 */
public Long getYearSalary() {
return this.yearSalary;
}
/**
* 年收入 */
public void setYearSalary(Long yearSalary) {
this.yearSalary = yearSalary;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy