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

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

package com.alipay.api.domain;

import java.util.List;

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

/**
 * 飞猪内容对接内容阅读数点赞数同步接口
 *
 * @author auto create
 * @since 1.0, 2017-11-29 17:17:03
 */
public class AlipayOverseasTravelContentCountSyncModel extends AlipayObject {

	private static final long serialVersionUID = 8144667821312764158L;

	/**
	 * 计数信息列表
	 */
	@ApiListField("count_infos")
	@ApiField("count_info")
	private List countInfos;

	public List getCountInfos() {
		return this.countInfos;
	}
	public void setCountInfos(List countInfos) {
		this.countInfos = countInfos;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy