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

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

//
//  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;

/**
 * 授信信息 */
public class ApplyInfo {
  private String applyNo;

  private String fundCode;

  private String fundName;

  private Long rateValue;

  private Long rateValueDay;

  private Long daysNumYear;

  private Long totalAmount;

  private Long balanceAmount;

  /**
   * 授信编号 */
  public String getApplyNo() {
    return this.applyNo;
  }

  /**
   * 授信编号 */
  public void setApplyNo(String applyNo) {
    this.applyNo = applyNo;
  }

  /**
   * 资金方编号 */
  public String getFundCode() {
    return this.fundCode;
  }

  /**
   * 资金方编号 */
  public void setFundCode(String fundCode) {
    this.fundCode = fundCode;
  }

  /**
   * 资金方名称 */
  public String getFundName() {
    return this.fundName;
  }

  /**
   * 资金方名称 */
  public void setFundName(String fundName) {
    this.fundName = fundName;
  }

  /**
   * 贷款利率 */
  public Long getRateValue() {
    return this.rateValue;
  }

  /**
   * 贷款利率 */
  public void setRateValue(Long rateValue) {
    this.rateValue = rateValue;
  }

  /**
   * 贷款日利率 */
  public Long getRateValueDay() {
    return this.rateValueDay;
  }

  /**
   * 贷款日利率 */
  public void setRateValueDay(Long rateValueDay) {
    this.rateValueDay = rateValueDay;
  }

  /**
   * 年天数 */
  public Long getDaysNumYear() {
    return this.daysNumYear;
  }

  /**
   * 年天数 */
  public void setDaysNumYear(Long daysNumYear) {
    this.daysNumYear = daysNumYear;
  }

  /**
   * 总授信额度 */
  public Long getTotalAmount() {
    return this.totalAmount;
  }

  /**
   * 总授信额度 */
  public void setTotalAmount(Long totalAmount) {
    this.totalAmount = totalAmount;
  }

  /**
   * 可用额度 */
  public Long getBalanceAmount() {
    return this.balanceAmount;
  }

  /**
   * 可用额度 */
  public void setBalanceAmount(Long balanceAmount) {
    this.balanceAmount = balanceAmount;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy