cn.com.antcloud.api.riskplus.v1_0.model.RtopCompanyRiskInfo 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.List;
/**
* 风报接口返回结构体 */
public class RtopCompanyRiskInfo {
private String placeType;
private String placeName;
private String mctOneId;
private String ucCode;
private String regNo;
private String orgCode;
private String orgName;
private String riskScore;
private String riskShiftRank;
private String riskType;
private List riskTagsId;
private String tagsClue;
private String tagsClueDetail;
/**
* 区域类型 */
public String getPlaceType() {
return this.placeType;
}
/**
* 区域类型 */
public void setPlaceType(String placeType) {
this.placeType = placeType;
}
/**
* 区域 */
public String getPlaceName() {
return this.placeName;
}
/**
* 区域 */
public void setPlaceName(String placeName) {
this.placeName = placeName;
}
/**
* 企业唯一id */
public String getMctOneId() {
return this.mctOneId;
}
/**
* 企业唯一id */
public void setMctOneId(String mctOneId) {
this.mctOneId = mctOneId;
}
/**
* 企业统一社会信用代码 */
public String getUcCode() {
return this.ucCode;
}
/**
* 企业统一社会信用代码 */
public void setUcCode(String ucCode) {
this.ucCode = ucCode;
}
/**
* 工商注册号 */
public String getRegNo() {
return this.regNo;
}
/**
* 工商注册号 */
public void setRegNo(String regNo) {
this.regNo = regNo;
}
/**
* 组织机构代码 */
public String getOrgCode() {
return this.orgCode;
}
/**
* 组织机构代码 */
public void setOrgCode(String orgCode) {
this.orgCode = orgCode;
}
/**
* 企业名 */
public String getOrgName() {
return this.orgName;
}
/**
* 企业名 */
public void setOrgName(String orgName) {
this.orgName = orgName;
}
/**
* 风险评分 */
public String getRiskScore() {
return this.riskScore;
}
/**
* 风险评分 */
public void setRiskScore(String riskScore) {
this.riskScore = riskScore;
}
/**
* 风险变化程度排序,根据分值波动大小,标签变更次数排序 */
public String getRiskShiftRank() {
return this.riskShiftRank;
}
/**
* 风险变化程度排序,根据分值波动大小,标签变更次数排序 */
public void setRiskShiftRank(String riskShiftRank) {
this.riskShiftRank = riskShiftRank;
}
/**
* 风险定性 */
public String getRiskType() {
return this.riskType;
}
/**
* 风险定性 */
public void setRiskType(String riskType) {
this.riskType = riskType;
}
/**
* 风险标签id列表 */
public List getRiskTagsId() {
return this.riskTagsId;
}
/**
* 风险标签id列表 */
public void setRiskTagsId(List riskTagsId) {
this.riskTagsId = riskTagsId;
}
/**
* 线索 */
public String getTagsClue() {
return this.tagsClue;
}
/**
* 线索 */
public void setTagsClue(String tagsClue) {
this.tagsClue = tagsClue;
}
/**
* 风险线索明细 */
public String getTagsClueDetail() {
return this.tagsClueDetail;
}
/**
* 风险线索明细 */
public void setTagsClueDetail(String tagsClueDetail) {
this.tagsClueDetail = tagsClueDetail;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy