com.foxinmy.weixin4j.dispatcher
Class WeixinMessageKey
java.lang.Object
com.foxinmy.weixin4j.dispatcher.WeixinMessageKey
- All Implemented Interfaces:
- Serializable
public class WeixinMessageKey
- extends Object
- implements Serializable
微信消息key
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
WeixinMessageKey
public WeixinMessageKey(String messageType,
String eventType,
AccountType accountType)
getMessageType
public String getMessageType()
getEventType
public String getEventType()
getAccountType
public AccountType getAccountType()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.