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

com.alipay.api.response.DatadigitalFincloudGeneralsaasFaceVerificationInitializeResponse 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.verification.initialize response.
 * 
 * @author auto create
 * @since 1.0, 2024-11-15 15:17:18
 */
public class DatadigitalFincloudGeneralsaasFaceVerificationInitializeResponse extends AlipayResponse {

	private static final long serialVersionUID = 1183612672554695623L;

	/** 
	 * 认证单据号,请保留以便排查问题。
	 */
	@ApiField("certify_id")
	private String certifyId;

	/** 
	 * 人脸核身url
	 */
	@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