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

com.alipay.api.domain.AlipayUserAccountAvatarPictureCreateModel 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, 2023-08-30 15:23:51
 */
public class AlipayUserAccountAvatarPictureCreateModel extends AlipayObject {

	private static final long serialVersionUID = 8721914655467865887L;

	/**
	 * json扩展信息
	 */
	@ApiField("ext_param")
	private String extParam;

	/**
	 * 调用场景节点信息
	 */
	@ApiField("node_code")
	private String nodeCode;

	/**
	 * 调用场景信息
	 */
	@ApiField("scene_code")
	private String sceneCode;

	/**
	 * 合照模版id
	 */
	@ApiField("template_id")
	private String templateId;

	public String getExtParam() {
		return this.extParam;
	}
	public void setExtParam(String extParam) {
		this.extParam = extParam;
	}

	public String getNodeCode() {
		return this.nodeCode;
	}
	public void setNodeCode(String nodeCode) {
		this.nodeCode = nodeCode;
	}

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

	public String getTemplateId() {
		return this.templateId;
	}
	public void setTemplateId(String templateId) {
		this.templateId = templateId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy