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

com.foxinmy.weixin4j.qy.event.ScribeEventMessage Maven / Gradle / Ivy

package com.foxinmy.weixin4j.qy.event;

import com.foxinmy.weixin4j.message.event.EventMessage;
import com.foxinmy.weixin4j.type.EventType;

/**
 * 关注/取消关注事件
包括直接关注与扫描关注 * * @className ScribeEventMessage * @author jinyu([email protected]) * @date 2014年4月6日 * @since JDK 1.6 * @see 成员关注/取消关注事件 */ public class ScribeEventMessage extends EventMessage { private static final long serialVersionUID = -6846321620262204915L; public ScribeEventMessage() { super(EventType.subscribe.name()); } @Override public String toString() { return "ScribeEventMessage [" + super.toString() + "]"; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy