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

cn.com.antcloud.api.riskplus.v1_0.request.ApplyCreditRequest 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.request;

import cn.com.antcloud.api.product.AntCloudProdRequest;
import cn.com.antcloud.api.riskplus.v1_0.model.JobInfo;
import cn.com.antcloud.api.riskplus.v1_0.model.LiveInfo;
import cn.com.antcloud.api.riskplus.v1_0.model.Material;
import cn.com.antcloud.api.riskplus.v1_0.model.PersonalInfo;
import cn.com.antcloud.api.riskplus.v1_0.response.ApplyCreditResponse;
import java.lang.String;
import java.util.List;
import javax.validation.constraints.NotNull;

/**
 * 天枢系统授信申请接口 */
public class ApplyCreditRequest extends AntCloudProdRequest {
  @NotNull
  private PersonalInfo personalInfo;

  @NotNull
  private String openId;

  @NotNull
  private String orderNo;

  private LiveInfo borrowerLiveInfo;

  private JobInfo borrowerEmpInfo;

  private String prodNo;

  @NotNull
  private String riskData;

  private String loanReason;

  private List materials;

  private String trafficPlatform;

  private String trafficSourceName;

  private String trafficAdId;

  private String trafficMktId;

  private String clickId;

  private String channelType;

  private String customType;

  public ApplyCreditRequest(String productInstanceId) {
    super("riskplus.dubbridge.credit.apply", "1.0", "Java-SDK-20230828", productInstanceId);
  }

  public ApplyCreditRequest() {
    super("riskplus.dubbridge.credit.apply", "1.0", null);
    this.setSdkVersion("Java-SDK-20230828");
  }

  /**
   * 基础信息 */
  public PersonalInfo getPersonalInfo() {
    return this.personalInfo;
  }

  /**
   * 基础信息 */
  public void setPersonalInfo(PersonalInfo personalInfo) {
    this.personalInfo = personalInfo;
  }

  /**
   * 资产方用户唯一标识 */
  public String getOpenId() {
    return this.openId;
  }

  /**
   * 资产方用户唯一标识 */
  public void setOpenId(String openId) {
    this.openId = openId;
  }

  /**
   * 订单号 */
  public String getOrderNo() {
    return this.orderNo;
  }

  /**
   * 订单号 */
  public void setOrderNo(String orderNo) {
    this.orderNo = orderNo;
  }

  /**
   * 居住信息 */
  public LiveInfo getBorrowerLiveInfo() {
    return this.borrowerLiveInfo;
  }

  /**
   * 居住信息 */
  public void setBorrowerLiveInfo(LiveInfo borrowerLiveInfo) {
    this.borrowerLiveInfo = borrowerLiveInfo;
  }

  /**
   * 工作信息 */
  public JobInfo getBorrowerEmpInfo() {
    return this.borrowerEmpInfo;
  }

  /**
   * 工作信息 */
  public void setBorrowerEmpInfo(JobInfo borrowerEmpInfo) {
    this.borrowerEmpInfo = borrowerEmpInfo;
  }

  /**
   * 产品编号 */
  public String getProdNo() {
    return this.prodNo;
  }

  /**
   * 产品编号 */
  public void setProdNo(String prodNo) {
    this.prodNo = prodNo;
  }

  /**
   * 风险数据对象json字符串 */
  public String getRiskData() {
    return this.riskData;
  }

  /**
   * 风险数据对象json字符串 */
  public void setRiskData(String riskData) {
    this.riskData = riskData;
  }

  /**
   * 借款用途 */
  public String getLoanReason() {
    return this.loanReason;
  }

  /**
   * 借款用途 */
  public void setLoanReason(String loanReason) {
    this.loanReason = loanReason;
  }

  /**
   * 资料文件 */
  public List getMaterials() {
    return this.materials;
  }

  /**
   * 资料文件 */
  public void setMaterials(List materials) {
    this.materials = materials;
  }

  /**
   * 导流平台 */
  public String getTrafficPlatform() {
    return this.trafficPlatform;
  }

  /**
   * 导流平台 */
  public void setTrafficPlatform(String trafficPlatform) {
    this.trafficPlatform = trafficPlatform;
  }

  /**
   * 流量名称 */
  public String getTrafficSourceName() {
    return this.trafficSourceName;
  }

  /**
   * 流量名称 */
  public void setTrafficSourceName(String trafficSourceName) {
    this.trafficSourceName = trafficSourceName;
  }

  /**
   * 广告位标志 */
  public String getTrafficAdId() {
    return this.trafficAdId;
  }

  /**
   * 广告位标志 */
  public void setTrafficAdId(String trafficAdId) {
    this.trafficAdId = trafficAdId;
  }

  /**
   * 预留 */
  public String getTrafficMktId() {
    return this.trafficMktId;
  }

  /**
   * 预留 */
  public void setTrafficMktId(String trafficMktId) {
    this.trafficMktId = trafficMktId;
  }

  /**
   * 预留 */
  public String getClickId() {
    return this.clickId;
  }

  /**
   * 预留 */
  public void setClickId(String clickId) {
    this.clickId = clickId;
  }

  /**
   * 渠道类型 */
  public String getChannelType() {
    return this.channelType;
  }

  /**
   * 渠道类型 */
  public void setChannelType(String channelType) {
    this.channelType = channelType;
  }

  /**
   * 客户类型 */
  public String getCustomType() {
    return this.customType;
  }

  /**
   * 客户类型 */
  public void setCustomType(String customType) {
    this.customType = customType;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy