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

weixin.popular.bean.material.MaterialBatchgetResultItemContent Maven / Gradle / Ivy

Go to download

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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy