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

com.alipay.api.response.AnttechMorseMarketingSrtaNanonymousQueryResponse 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: anttech.morse.marketing.srta.nanonymous.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-10-16 18:55:34
 */
public class AnttechMorseMarketingSrtaNanonymousQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 8615617181695367623L;

	/** 
	 * 蚂蚁侧返回的唯一标识
	 */
	@ApiField("biz_no")
	private String bizNo;

	/** 
	 * 手机号二次加密密文值,对一次加密密文进行二次签署
	 */
	@ApiField("blind_signed_mobile_sha_256")
	private String blindSignedMobileSha256;

	/** 
	 * 匿名返回的加密数据。通过匿名解密后,数据格式为{"min_amount":"1.00","channel":"xx银行信用卡","max_amount":"5.00","need_deduct":"true","prize_type":"reduce"}
	 */
	@ApiField("result_cipher_list")
	private String resultCipherList;

	public void setBizNo(String bizNo) {
		this.bizNo = bizNo;
	}
	public String getBizNo( ) {
		return this.bizNo;
	}

	public void setBlindSignedMobileSha256(String blindSignedMobileSha256) {
		this.blindSignedMobileSha256 = blindSignedMobileSha256;
	}
	public String getBlindSignedMobileSha256( ) {
		return this.blindSignedMobileSha256;
	}

	public void setResultCipherList(String resultCipherList) {
		this.resultCipherList = resultCipherList;
	}
	public String getResultCipherList( ) {
		return this.resultCipherList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy