cn.com.antcloud.api.riskplus.v1_0.model.RtopRiskyCompany 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.String;
import java.util.Date;
import javax.validation.constraints.NotNull;
/**
* 全局动态中的企业 */
public class RtopRiskyCompany {
@NotNull
private String companyId;
@NotNull
private String changeScore;
@NotNull
private String changeLevel;
@NotNull
private Date newAddedTime;
@NotNull
private String headRegisterPlace;
@NotNull
private String dataTime;
/**
* 企业ID */
public String getCompanyId() {
return this.companyId;
}
/**
* 企业ID */
public void setCompanyId(String companyId) {
this.companyId = companyId;
}
/**
* 异动分数 */
public String getChangeScore() {
return this.changeScore;
}
/**
* 异动分数 */
public void setChangeScore(String changeScore) {
this.changeScore = changeScore;
}
/**
* 异动程度 */
public String getChangeLevel() {
return this.changeLevel;
}
/**
* 异动程度 */
public void setChangeLevel(String changeLevel) {
this.changeLevel = changeLevel;
}
/**
* 新增企业的时间 */
public Date getNewAddedTime() {
return this.newAddedTime;
}
/**
* 新增企业的时间 */
public void setNewAddedTime(Date newAddedTime) {
this.newAddedTime = newAddedTime;
}
/**
* 总公司注册地 */
public String getHeadRegisterPlace() {
return this.headRegisterPlace;
}
/**
* 总公司注册地 */
public void setHeadRegisterPlace(String headRegisterPlace) {
this.headRegisterPlace = headRegisterPlace;
}
/**
* 数据的时间 */
public String getDataTime() {
return this.dataTime;
}
/**
* 数据的时间 */
public void setDataTime(String dataTime) {
this.dataTime = dataTime;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy