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

cn.com.antcloud.api.riskplus.v1_0.model.RiskLabelConfigInfo 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.Date;
import javax.validation.constraints.NotNull;

/**
 * 标签配置全量信息 */
public class RiskLabelConfigInfo {
  @NotNull
  private Long id;

  @NotNull
  private String tagId;

  @NotNull
  private String tagText;

  @NotNull
  private String riskDimensionType;

  @NotNull
  private String riskDetailType;

  @NotNull
  private String tagTrendChartName;

  @NotNull
  private String tagListHeaders;

  @NotNull
  private String tagListOrderColumn;

  @NotNull
  private String tagListOrderType;

  @NotNull
  private Long isDelete;

  @NotNull
  private Date gmtCreate;

  @NotNull
  private Date gmtModified;

  @NotNull
  private String operatorId;

  /**
   * id */
  public Long getId() {
    return this.id;
  }

  /**
   * id */
  public void setId(Long id) {
    this.id = id;
  }

  /**
   * 线索ID */
  public String getTagId() {
    return this.tagId;
  }

  /**
   * 线索ID */
  public void setTagId(String tagId) {
    this.tagId = tagId;
  }

  /**
   * 标签文本 */
  public String getTagText() {
    return this.tagText;
  }

  /**
   * 标签文本 */
  public void setTagText(String tagText) {
    this.tagText = tagText;
  }

  /**
   * 风险维度 */
  public String getRiskDimensionType() {
    return this.riskDimensionType;
  }

  /**
   * 风险维度 */
  public void setRiskDimensionType(String riskDimensionType) {
    this.riskDimensionType = riskDimensionType;
  }

  /**
   * 线索类型 */
  public String getRiskDetailType() {
    return this.riskDetailType;
  }

  /**
   * 线索类型 */
  public void setRiskDetailType(String riskDetailType) {
    this.riskDetailType = riskDetailType;
  }

  /**
   * 趋势图表名 */
  public String getTagTrendChartName() {
    return this.tagTrendChartName;
  }

  /**
   * 趋势图表名 */
  public void setTagTrendChartName(String tagTrendChartName) {
    this.tagTrendChartName = tagTrendChartName;
  }

  /**
   * 线索列表表头,英文逗号分隔 */
  public String getTagListHeaders() {
    return this.tagListHeaders;
  }

  /**
   * 线索列表表头,英文逗号分隔 */
  public void setTagListHeaders(String tagListHeaders) {
    this.tagListHeaders = tagListHeaders;
  }

  /**
   * 标签列表,排序字段 */
  public String getTagListOrderColumn() {
    return this.tagListOrderColumn;
  }

  /**
   * 标签列表,排序字段 */
  public void setTagListOrderColumn(String tagListOrderColumn) {
    this.tagListOrderColumn = tagListOrderColumn;
  }

  /**
   * 标签列表排序方式 */
  public String getTagListOrderType() {
    return this.tagListOrderType;
  }

  /**
   * 标签列表排序方式 */
  public void setTagListOrderType(String tagListOrderType) {
    this.tagListOrderType = tagListOrderType;
  }

  /**
   * 标记删除 */
  public Long getIsDelete() {
    return this.isDelete;
  }

  /**
   * 标记删除 */
  public void setIsDelete(Long isDelete) {
    this.isDelete = isDelete;
  }

  /**
   * 创建时间 */
  public Date getGmtCreate() {
    return this.gmtCreate;
  }

  /**
   * 创建时间 */
  public void setGmtCreate(Date gmtCreate) {
    this.gmtCreate = gmtCreate;
  }

  /**
   * 修改时间 */
  public Date getGmtModified() {
    return this.gmtModified;
  }

  /**
   * 修改时间 */
  public void setGmtModified(Date gmtModified) {
    this.gmtModified = gmtModified;
  }

  /**
   * 操作人ID */
  public String getOperatorId() {
    return this.operatorId;
  }

  /**
   * 操作人ID */
  public void setOperatorId(String operatorId) {
    this.operatorId = operatorId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy