weixin.popular.bean.material.MaterialBatchgetResultItemContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-popular Show documentation
Show all versions of weixin-popular Show documentation
The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.
The newest version!
package weixin.popular.bean.material;
import java.util.List;
import weixin.popular.bean.message.Article;
public class MaterialBatchgetResultItemContent {
private List news_item;
public List getNews_item() {
return news_item;
}
public void setNews_item(List news_item) {
this.news_item = news_item;
}
}