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

net.sinofool.wechat.mp.msg.IncomingViewEventMessage Maven / Gradle / Ivy

The newest version!
package net.sinofool.wechat.mp.msg;

public class IncomingViewEventMessage extends EventMessage {

    private String event;
    private String eventKey;

    @Override
    public String getEvent() {
        return event;
    }

    public void setEvent(String event) {
        this.event = event;
    }

    public String getEventKey() {
        return eventKey;
    }

    public void setEventKey(String eventKey) {
        this.eventKey = eventKey;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy