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

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

/**
 * xnn小程序创建模型
 *
 * @author auto create
 * @since 1.0, 2022-11-03 21:46:16
 */
public class AlipayMultimediaXnnminiModelCreateModel extends AlipayObject {

	private static final long serialVersionUID = 5888388561817443666L;

	/**
	 * 业务id
	 */
	@ApiField("biz_id")
	private String bizId;

	/**
	 * 模型描述
	 */
	@ApiField("des")
	private String des;

	/**
	 * 模型校验参数信息
	 */
	@ApiField("license")
	private String license;

	/**
	 * 模型绑定应用id
	 */
	@ApiField("mini_app_id")
	private String miniAppId;

	/**
	 * 模型名称
	 */
	@ApiField("name")
	private String name;

	/**
	 * open_id
	 */
	@ApiField("open_id")
	private String openId;

	/**
	 * 模型原始链接地址
	 */
	@ApiField("ori_url")
	private String oriUrl;

	/**
	 * 模型类型:XNN、TF_JS
	 */
	@ApiField("type")
	private String type;

	/**
	 * 模型创建用户
	 */
	@ApiField("user_id")
	private String userId;

	/**
	 * 版本信息标识id
	 */
	@ApiField("version_id")
	private String versionId;

	public String getBizId() {
		return this.bizId;
	}
	public void setBizId(String bizId) {
		this.bizId = bizId;
	}

	public String getDes() {
		return this.des;
	}
	public void setDes(String des) {
		this.des = des;
	}

	public String getLicense() {
		return this.license;
	}
	public void setLicense(String license) {
		this.license = license;
	}

	public String getMiniAppId() {
		return this.miniAppId;
	}
	public void setMiniAppId(String miniAppId) {
		this.miniAppId = miniAppId;
	}

	public String getName() {
		return this.name;
	}
	public void setName(String name) {
		this.name = name;
	}

	public String getOpenId() {
		return this.openId;
	}
	public void setOpenId(String openId) {
		this.openId = openId;
	}

	public String getOriUrl() {
		return this.oriUrl;
	}
	public void setOriUrl(String oriUrl) {
		this.oriUrl = oriUrl;
	}

	public String getType() {
		return this.type;
	}
	public void setType(String type) {
		this.type = type;
	}

	public String getUserId() {
		return this.userId;
	}
	public void setUserId(String userId) {
		this.userId = userId;
	}

	public String getVersionId() {
		return this.versionId;
	}
	public void setVersionId(String versionId) {
		this.versionId = versionId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy