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

weixin.popular.bean.datacube.article.Articletotal 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.datacube.article;

import java.util.List;

public class Articletotal {

	private String ref_date;

	private String msgid;

	private String title;

	private List
details; public String getRef_date() { return ref_date; } public void setRef_date(String ref_date) { this.ref_date = ref_date; } public String getMsgid() { return msgid; } public void setMsgid(String msgid) { this.msgid = msgid; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public List
getDetails() { return details; } public void setDetails(List
details) { this.details = details; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy