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

com.alipay.api.domain.AnttechBlockchainDefinAssetmanagePenetrateSubmitModel 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;

/**
 * 资产穿透服务业务提交
 *
 * @author auto create
 * @since 1.0, 2024-05-17 12:00:02
 */
public class AnttechBlockchainDefinAssetmanagePenetrateSubmitModel extends AlipayObject {

	private static final long serialVersionUID = 6442771997667289323L;

	/**
	 * 具体提交功能所需的业务数据JSON
	 */
	@ApiField("biz_params")
	private String bizParams;

	/**
	 * 业务提交所需使用的接口功能
	 */
	@ApiField("function")
	private String function;

	/**
	 * 系统幂等请求id
	 */
	@ApiField("request_id")
	private String requestId;

	public String getBizParams() {
		return this.bizParams;
	}
	public void setBizParams(String bizParams) {
		this.bizParams = bizParams;
	}

	public String getFunction() {
		return this.function;
	}
	public void setFunction(String function) {
		this.function = function;
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy