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

top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult Maven / Gradle / Ivy

The newest version!
package top.hmtools.wxmp.message.group.model.openIdGroupSend;

import top.hmtools.wxmp.core.model.ErrcodeBean;

/**
 * Auto-generated: 2019-08-26 10:21:47
 *
 * @author bejson.com ([email protected])
 * @website http://www.bejson.com/java2pojo/
 */
public class OpenIdGroupSendResult extends ErrcodeBean {

	/**
	 * 消息发送任务的ID
	 */
	private int msg_id;
	
	/**
	 * 消息的数据ID,该字段只有在群发图文消息时,才会出现。可以用于在图文分析数据接口中,获取到对应的图文消息的数据,是图文分析数据接口中的msgid字段中的前半部分,详见图文分析数据接口中的msgid字段的介绍。
	 */
	private long msg_data_id;

	public void setMsg_id(int msg_id) {
		this.msg_id = msg_id;
	}

	public int getMsg_id() {
		return msg_id;
	}

	public void setMsg_data_id(long msg_data_id) {
		this.msg_data_id = msg_data_id;
	}

	public long getMsg_data_id() {
		return msg_data_id;
	}

	@Override
	public String toString() {
		return "TagGroupSendResult [msg_id=" + msg_id + ", msg_data_id=" + msg_data_id + ", errcode=" + errcode
				+ ", errmsg=" + errmsg + "]";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy