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

com.alipay.api.domain.CreativityFatigue Maven / Gradle / Ivy

package com.alipay.api.domain;

import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;

/**
 * 增长平台创意疲劳度模型
 *
 * @author auto create
 * @since 1.0, 2023-02-28 11:26:08
 */
public class CreativityFatigue extends AlipayObject {

	private static final long serialVersionUID = 2291676796239894399L;

	/**
	 * 展位内容id
	 */
	@ApiField("content_id")
	private String contentId;

	/**
	 * 展位内容类型
	 */
	@ApiField("content_type")
	private String contentType;

	/**
	 * 疲劳度平台对应id
	 */
	@ApiField("fatigue_id")
	private String fatigueId;

	/**
	 * 展位代码
	 */
	@ApiField("space_id")
	private String spaceId;

	public String getContentId() {
		return this.contentId;
	}
	public void setContentId(String contentId) {
		this.contentId = contentId;
	}

	public String getContentType() {
		return this.contentType;
	}
	public void setContentType(String contentType) {
		this.contentType = contentType;
	}

	public String getFatigueId() {
		return this.fatigueId;
	}
	public void setFatigueId(String fatigueId) {
		this.fatigueId = fatigueId;
	}

	public String getSpaceId() {
		return this.spaceId;
	}
	public void setSpaceId(String spaceId) {
		this.spaceId = spaceId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy