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

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

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

import com.tmsps.ne4Weixin.message.in.InBaseMsg;

public class InEventBaseMsg extends InBaseMsg {
	private static final long serialVersionUID = 1L;
	private String Event;

	public String getEvent() {
		return Event;
	}

	public void setEvent(String event) {
		Event = event;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy