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

com.alipay.api.domain.DatadigitalFincloudFinsaasInsuranceriskGetModel Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.domain;

import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;

/**
 * 保险SaaS两核风控获取预测数据
 *
 * @author auto create
 * @since 1.0, 2022-11-17 11:13:59
 */
public class DatadigitalFincloudFinsaasInsuranceriskGetModel extends AlipayObject {

	private static final long serialVersionUID = 7257912439716361584L;

	/**
	 * 身份证MD5或者sha1码
	 */
	@ApiField("cert_no_code")
	private String certNoCode;

	/**
	 * 数据类型
1=预测值
2=黑名单
	 */
	@ApiField("data_type")
	private String dataType;

	/**
	 * 请求Id
	 */
	@ApiField("request_id")
	private String requestId;

	/**
	 * 名称:场景编码
是否唯一:不唯一
应用场景:通过该参数区分不同风控场景 
枚举值:黑名单(BlackList)、硬规则(RiskRule)、模型计算(Prediction)、同人(SameUser)
	 */
	@ApiField("scene_code")
	private String sceneCode;

	/**
	 * 电话号码
	 */
	@ApiField("telephone_num")
	private String telephoneNum;

	public String getCertNoCode() {
		return this.certNoCode;
	}
	public void setCertNoCode(String certNoCode) {
		this.certNoCode = certNoCode;
	}

	public String getDataType() {
		return this.dataType;
	}
	public void setDataType(String dataType) {
		this.dataType = dataType;
	}

	public String getRequestId() {
		return this.requestId;
	}
	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public String getSceneCode() {
		return this.sceneCode;
	}
	public void setSceneCode(String sceneCode) {
		this.sceneCode = sceneCode;
	}

	public String getTelephoneNum() {
		return this.telephoneNum;
	}
	public void setTelephoneNum(String telephoneNum) {
		this.telephoneNum = telephoneNum;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy