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

weixin.popular.bean.shakearound.statistics.pagelist.StatisticsPageListResultDataPage Maven / Gradle / Ivy

Go to download

The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.

There is a newer version: 2.8.43
Show newest version
/**
 * 
 */
package weixin.popular.bean.shakearound.statistics.pagelist;

import com.alibaba.fastjson.annotation.JSONField;

import weixin.popular.bean.shakearound.statistics.AbstractStatisticsResultData;

/**
 * 微信摇一摇周边-批量查询页面统计数据接口-响应参数-统计数据-页面统计数据
 * @author Moyq5
 * @date 2016年7月31日
 */
public class StatisticsPageListResultDataPage extends AbstractStatisticsResultData {

	/**
	 * 页面ID
	 */
	@JSONField(name = "page_id")
	private Integer pageId;

	/**
	 * @return 页面ID
	 */
	public Integer getPageId() {
		return pageId;
	}

	/**
	 * @param pageId 页面ID
	 */
	public void setPageId(Integer pageId) {
		this.pageId = pageId;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy