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

weixin.popular.bean.wxopen.TemplateLibraryGetItem 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.32
Show newest version
package weixin.popular.bean.wxopen;

public class TemplateLibraryGetItem {

	private Integer keyword_id;

	private String name;

	private String example;

	public Integer getKeyword_id() {
		return keyword_id;
	}

	public void setKeyword_id(Integer keyword_id) {
		this.keyword_id = keyword_id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getExample() {
		return example;
	}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy