cn.com.antcloud.api.riskplus.v1_0.request.QueryRouterFundrouterRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antcloud-api-riskplus Show documentation
Show all versions of antcloud-api-riskplus Show documentation
Ant Chain API SDK For Java
Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// 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.QueryRouterFundrouterResponse;
import java.lang.String;
import javax.validation.constraints.NotNull;
/**
* 资金路由接口,获取资金方编号 */
public class QueryRouterFundrouterRequest extends AntCloudProdRequest {
@NotNull
private String cardNo;
@NotNull
private String mobile;
@NotNull
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;
private String orderNo;
private String riskData;
private String extInfo;
public QueryRouterFundrouterRequest(String productInstanceId) {
super("riskplus.dubbridge.router.fundrouter.query", "1.0", "Java-SDK-20240605", productInstanceId);
}
public QueryRouterFundrouterRequest() {
super("riskplus.dubbridge.router.fundrouter.query", "1.0", null);
this.setSdkVersion("Java-SDK-20240605");
}
/**
* 身份证号 */
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;
}
/**
* 渠道类型 */
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;
}
/**
* 导流平台 */
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 getOrderNo() {
return this.orderNo;
}
/**
* 订单号 */
public void setOrderNo(String orderNo) {
this.orderNo = orderNo;
}
/**
* 风险字段 */
public String getRiskData() {
return this.riskData;
}
/**
* 风险字段 */
public void setRiskData(String riskData) {
this.riskData = riskData;
}
/**
* 扩展字段 */
public String getExtInfo() {
return this.extInfo;
}
/**
* 扩展字段 */
public void setExtInfo(String extInfo) {
this.extInfo = extInfo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy