All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.com.antcloud.api.riskplus.v1_0.model.RtopStarCompanyInfo Maven / Gradle / Ivy

Go to download

Ant Chain API SDK For Java Copyright (c) 2020-present antgroup.com, https://www.antgroup.com

There is a newer version: 2.3.1
Show newest version
//
//  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;
import java.util.List;

/**
 * 收藏的企业信息 */
public class RtopStarCompanyInfo {
  private List categories;

  private String operatingPlace;

  private String operatingProvince;

  private String orgName;

  private Long riskScore;

  private List riskTags;

  private List riskTagDetails;

  private List riskTagIds;

  private String ucCode;

  /**
   * 行业 */
  public List getCategories() {
    return this.categories;
  }

  /**
   * 行业 */
  public void setCategories(List categories) {
    this.categories = categories;
  }

  /**
   * 经营地址 */
  public String getOperatingPlace() {
    return this.operatingPlace;
  }

  /**
   * 经营地址 */
  public void setOperatingPlace(String operatingPlace) {
    this.operatingPlace = operatingPlace;
  }

  /**
   * 经营省份 */
  public String getOperatingProvince() {
    return this.operatingProvince;
  }

  /**
   * 经营省份 */
  public void setOperatingProvince(String operatingProvince) {
    this.operatingProvince = operatingProvince;
  }

  /**
   * 企业名称 */
  public String getOrgName() {
    return this.orgName;
  }

  /**
   * 企业名称 */
  public void setOrgName(String orgName) {
    this.orgName = orgName;
  }

  /**
   * 风险分数 */
  public Long getRiskScore() {
    return this.riskScore;
  }

  /**
   * 风险分数 */
  public void setRiskScore(Long riskScore) {
    this.riskScore = riskScore;
  }

  /**
   * 风险标签 */
  public List getRiskTags() {
    return this.riskTags;
  }

  /**
   * 风险标签 */
  public void setRiskTags(List riskTags) {
    this.riskTags = riskTags;
  }

  /**
   * 风险线索 */
  public List getRiskTagDetails() {
    return this.riskTagDetails;
  }

  /**
   * 风险线索 */
  public void setRiskTagDetails(List riskTagDetails) {
    this.riskTagDetails = riskTagDetails;
  }

  /**
   * 风险标签Id集合 */
  public List getRiskTagIds() {
    return this.riskTagIds;
  }

  /**
   * 风险标签Id集合 */
  public void setRiskTagIds(List riskTagIds) {
    this.riskTagIds = riskTagIds;
  }

  /**
   * 统一社会信用代码 */
  public String getUcCode() {
    return this.ucCode;
  }

  /**
   * 统一社会信用代码 */
  public void setUcCode(String ucCode) {
    this.ucCode = ucCode;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy