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

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

/**
 * 天枢合同 */
public class Contract {
  @NotNull
  private String relationNo;

  @NotNull
  private String contractNo;

  @NotNull
  private String contractName;

  @NotNull
  private String contractType;

  @NotNull
  private String customNo;

  @NotNull
  private String savePath;

  @NotNull
  private Long contractAmount;

  @NotNull
  private String disburseContractNo;

  @NotNull
  private String creditContractNo;

  /**
   * 关联编号 */
  public String getRelationNo() {
    return this.relationNo;
  }

  /**
   * 关联编号 */
  public void setRelationNo(String relationNo) {
    this.relationNo = relationNo;
  }

  /**
   * 合同编号 */
  public String getContractNo() {
    return this.contractNo;
  }

  /**
   * 合同编号 */
  public void setContractNo(String contractNo) {
    this.contractNo = contractNo;
  }

  /**
   * 合同名称 */
  public String getContractName() {
    return this.contractName;
  }

  /**
   * 合同名称 */
  public void setContractName(String contractName) {
    this.contractName = contractName;
  }

  /**
   * 合同类型 */
  public String getContractType() {
    return this.contractType;
  }

  /**
   * 合同类型 */
  public void setContractType(String contractType) {
    this.contractType = contractType;
  }

  /**
   * 客户编号 */
  public String getCustomNo() {
    return this.customNo;
  }

  /**
   * 客户编号 */
  public void setCustomNo(String customNo) {
    this.customNo = customNo;
  }

  /**
   * 合同存放目录 */
  public String getSavePath() {
    return this.savePath;
  }

  /**
   * 合同存放目录 */
  public void setSavePath(String savePath) {
    this.savePath = savePath;
  }

  /**
   * 合同金额 */
  public Long getContractAmount() {
    return this.contractAmount;
  }

  /**
   * 合同金额 */
  public void setContractAmount(Long contractAmount) {
    this.contractAmount = contractAmount;
  }

  /**
   * 用信合同编号 */
  public String getDisburseContractNo() {
    return this.disburseContractNo;
  }

  /**
   * 用信合同编号 */
  public void setDisburseContractNo(String disburseContractNo) {
    this.disburseContractNo = disburseContractNo;
  }

  /**
   * 授信合同编号 */
  public String getCreditContractNo() {
    return this.creditContractNo;
  }

  /**
   * 授信合同编号 */
  public void setCreditContractNo(String creditContractNo) {
    this.creditContractNo = creditContractNo;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy