cn.com.antcloud.api.riskplus.v1_0.model.RtopRiskGeneNode 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;
/**
* 风险基因-点 */
public class RtopRiskGeneNode {
private String mainCompanyId;
private String mainCompanyName;
private String nodeId;
private String nodeName;
private String nodeCertNo;
private String nodeType;
private String nodeExtJson;
private String riskLabel;
private String riskMode;
/**
* 主企业唯一ID */
public String getMainCompanyId() {
return this.mainCompanyId;
}
/**
* 主企业唯一ID */
public void setMainCompanyId(String mainCompanyId) {
this.mainCompanyId = mainCompanyId;
}
/**
* 主企业名称 */
public String getMainCompanyName() {
return this.mainCompanyName;
}
/**
* 主企业名称 */
public void setMainCompanyName(String mainCompanyName) {
this.mainCompanyName = mainCompanyName;
}
/**
* 节点唯一ID */
public String getNodeId() {
return this.nodeId;
}
/**
* 节点唯一ID */
public void setNodeId(String nodeId) {
this.nodeId = nodeId;
}
/**
* 节点名称 */
public String getNodeName() {
return this.nodeName;
}
/**
* 节点名称 */
public void setNodeName(String nodeName) {
this.nodeName = nodeName;
}
/**
* 节点证件号码 */
public String getNodeCertNo() {
return this.nodeCertNo;
}
/**
* 节点证件号码 */
public void setNodeCertNo(String nodeCertNo) {
this.nodeCertNo = nodeCertNo;
}
/**
* 节点类型,枚举值 */
public String getNodeType() {
return this.nodeType;
}
/**
* 节点类型,枚举值 */
public void setNodeType(String nodeType) {
this.nodeType = nodeType;
}
/**
* 节点扩展信息 */
public String getNodeExtJson() {
return this.nodeExtJson;
}
/**
* 节点扩展信息 */
public void setNodeExtJson(String nodeExtJson) {
this.nodeExtJson = nodeExtJson;
}
/**
* 基因模式 */
public String getRiskLabel() {
return this.riskLabel;
}
/**
* 基因模式 */
public void setRiskLabel(String riskLabel) {
this.riskLabel = riskLabel;
}
/**
* 基因模式 */
public String getRiskMode() {
return this.riskMode;
}
/**
* 基因模式 */
public void setRiskMode(String riskMode) {
this.riskMode = riskMode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy