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

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

import cn.com.antcloud.api.product.AntCloudProdRequest;
import cn.com.antcloud.api.riskplus.v1_0.response.QueryCreditPermitResponse;
import java.lang.String;
import javax.validation.constraints.NotNull;

/**
 * 天枢准入接口 */
public class QueryCreditPermitRequest extends AntCloudProdRequest {
  private String cardNo;

  @NotNull
  private String mobile;

  private String customName;

  private String prodNo;

  private String channelType;

  private String customType;

  private String trafficPlatform;

  private String trafficSourceName;

  private String trafficAdId;

  private String trafficMktId;

  private String clickId;

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

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

  /**
   * 身份证号 */
  public String getCardNo() {
    return this.cardNo;
  }

  /**
   * 身份证号 */
  public void setCardNo(String cardNo) {
    this.cardNo = cardNo;
  }

  /**
   * 手机号 */
  public String getMobile() {
    return this.mobile;
  }

  /**
   * 手机号 */
  public void setMobile(String mobile) {
    this.mobile = mobile;
  }

  /**
   * 姓名 */
  public String getCustomName() {
    return this.customName;
  }

  /**
   * 姓名 */
  public void setCustomName(String customName) {
    this.customName = customName;
  }

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

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

  /**
   * 1:app
   * 2:H5 */
  public String getChannelType() {
    return this.channelType;
  }

  /**
   * 1:app
   * 2:H5 */
  public void setChannelType(String channelType) {
    this.channelType = channelType;
  }

  /**
   * 客户类型
   * ("1", "新增客户"),("2", "存量激活客户"),("3", "目标营销账户") */
  public String getCustomType() {
    return this.customType;
  }

  /**
   * 客户类型
   * ("1", "新增客户"),("2", "存量激活客户"),("3", "目标营销账户") */
  public void setCustomType(String customType) {
    this.customType = customType;
  }

  /**
   * 导流平台 */
  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;
  }

  /**
   * 营销id */
  public String getTrafficMktId() {
    return this.trafficMktId;
  }

  /**
   * 营销id */
  public void setTrafficMktId(String trafficMktId) {
    this.trafficMktId = trafficMktId;
  }

  /**
   * 点击id */
  public String getClickId() {
    return this.clickId;
  }

  /**
   * 点击id */
  public void setClickId(String clickId) {
    this.clickId = clickId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy