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

weixin.popular.bean.wxopen.TemplateListItem 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.wxopen;

public class TemplateListItem {

	private String template_id;

	private String title;

	private String content;

	private String example;

	public String getTemplate_id() {
		return template_id;
	}

	public void setTemplate_id(String template_id) {
		this.template_id = template_id;
	}

	public String getTitle() {
		return title;
	}

	public void setTitle(String title) {
		this.title = title;
	}

	public String getContent() {
		return content;
	}

	public void setContent(String content) {
		this.content = content;
	}

	public String getExample() {
		return example;
	}

	public void setExample(String example) {
		this.example = example;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy