首页>代码>java实现获取微信公众服务号消息>/hellochat/hellochat/src/org/liufeng/course/message/resp/NewsMessage.java
package org.liufeng.course.message.resp;

import java.util.List;

/**
 * 文本消息
 * 
 * @author liufeng
 * @date 2013-05-19
 */
public class NewsMessage extends BaseMessage {
	// 图文消息个数,限制为10条以内
	private int ArticleCount;
	// 多条图文消息信息,默认第一个item为大图
	private List<Article> Articles;

	public int getArticleCount() {
		return ArticleCount;
	}

	public void setArticleCount(int articleCount) {
		ArticleCount = articleCount;
	}

	public List<Article> getArticles() {
		return Articles;
	}

	public void setArticles(List<Article> articles) {
		Articles = articles;
	}
}
最近下载更多
13043860zj  LV16 2023年7月21日
hosinvm  LV7 2022年11月18日
车尔尼小鹿鹿  LV12 2022年11月3日
crosa_Don  LV18 2022年7月22日
Tayirjan  LV11 2021年12月1日
疯子庭  LV8 2021年11月30日
於海兵  LV1 2021年8月23日
卡古拉酱  LV4 2021年8月17日
游游爱代码  LV2 2021年7月29日
tanyc2008  LV6 2021年6月17日
最近浏览更多
汤汤汤要学编程  LV11 8月12日
ddy-ddy  LV4 6月18日
plecon  LV1 3月29日
zhujunnan  LV12 3月8日
412836806 2023年10月13日
暂无贡献等级
qiang123  LV8 2023年10月13日
jerryPang  LV1 2023年6月28日
dh03240309  LV2 2023年2月15日
xp95323  LV14 2022年12月9日
qwdqwdqw  LV3 2022年12月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友