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

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

package com.alipay.api.response;

import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.AntfarmUserOrnament;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.social.antfarm.userornaments.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-04-24 10:02:02
 */
public class AlipaySocialAntfarmUserornamentsQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 1799223889564332448L;

	/** 
	 * 当前用户小鸡装扮信息
	 */
	@ApiListField("user_ornament_list")
	@ApiField("antfarm_user_ornament")
	private List userOrnamentList;

	public void setUserOrnamentList(List userOrnamentList) {
		this.userOrnamentList = userOrnamentList;
	}
	public List getUserOrnamentList( ) {
		return this.userOrnamentList;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy