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

com.tmsps.ne4Weixin.message.in.event.InFollowEvent Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
package com.tmsps.ne4Weixin.message.in.event;

public class InFollowEvent extends InEventBaseMsg {
	private static final long serialVersionUID = 1L;
	// 关注
	public static final String SUBSCRIBE = "subscribe";
	// 取消关注
	public static final String UNSUBSCRIBE = "unsubscribe";

	private String EventKey;

	public String getEventKey() {
		return EventKey;
	}

	public void setEventKey(String eventKey) {
		EventKey = eventKey;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy