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

com.alipay.api.response.DatadigitalFincloudGeneralsaasFaceCheckInitializeResponse 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.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: datadigital.fincloud.generalsaas.face.check.initialize response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-18 16:57:05
 */
public class DatadigitalFincloudGeneralsaasFaceCheckInitializeResponse extends AlipayResponse {

	private static final long serialVersionUID = 4181233813843197713L;

	/** 
	 * 人脸检测流水ID,请保留方便排查问题
	 */
	@ApiField("certify_id")
	private String certifyId;

	/** 
	 * 检测页面url,需要给到终端SDK
	 */
	@ApiField("page_url")
	private String pageUrl;

	/** 
	 * H5活体检测地址
	 */
	@ApiField("web_url")
	private String webUrl;

	public void setCertifyId(String certifyId) {
		this.certifyId = certifyId;
	}
	public String getCertifyId( ) {
		return this.certifyId;
	}

	public void setPageUrl(String pageUrl) {
		this.pageUrl = pageUrl;
	}
	public String getPageUrl( ) {
		return this.pageUrl;
	}

	public void setWebUrl(String webUrl) {
		this.webUrl = webUrl;
	}
	public String getWebUrl( ) {
		return this.webUrl;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy