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

com.alipay.api.response.AntfortuneContentCommunityLabelQueryResponse Maven / Gradle / Ivy

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: antfortune.content.community.label.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-04 15:51:34
 */
public class AntfortuneContentCommunityLabelQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 6482453814416537266L;

	/** 
	 * groupKey:标签组key groupName 标签组名字
	 */
	@ApiField("label_group_list")
	private String labelGroupList;

	/** 
	 * 场景key
	 */
	@ApiField("scene_key")
	private String sceneKey;

	/** 
	 * 场景名字
	 */
	@ApiField("scene_name")
	private String sceneName;

	public void setLabelGroupList(String labelGroupList) {
		this.labelGroupList = labelGroupList;
	}
	public String getLabelGroupList( ) {
		return this.labelGroupList;
	}

	public void setSceneKey(String sceneKey) {
		this.sceneKey = sceneKey;
	}
	public String getSceneKey( ) {
		return this.sceneKey;
	}

	public void setSceneName(String sceneName) {
		this.sceneName = sceneName;
	}
	public String getSceneName( ) {
		return this.sceneName;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy