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

org.anyline.wechat.entity.WechatTemplateMessageResult Maven / Gradle / Ivy

There is a newer version: 8.7.2-20250110
Show newest version
package org.anyline.wechat.entity;
 
 
public class WechatTemplateMessageResult {
	private int errcode; 
	private String errmsg; 
	private long msgid; 
	public int getErrcode() {
		return errcode; 
	} 
	public void setErrcode(int errcode) {
		this.errcode = errcode; 
	} 
	public String getErrmsg() {
		return errmsg; 
	} 
	public void setErrmsg(String errmsg) {
		this.errmsg = errmsg; 
	} 
	public long getMsgid() {
		return msgid; 
	} 
	public void setMsgid(long msgid) {
		this.msgid = msgid; 
	} 
	 
} 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy