com.foxinmy.weixin4j.socket
Class WeixinMessageTransfer
java.lang.Object
com.foxinmy.weixin4j.socket.WeixinMessageTransfer
- All Implemented Interfaces:
- Serializable
public class WeixinMessageTransfer
- extends Object
- implements Serializable
消息传递
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
WeixinMessageTransfer
public WeixinMessageTransfer(AesToken aesToken,
EncryptType encryptType,
String toUserName,
String fromUserName,
AccountType accountType,
String msgType,
String eventType,
Set<String> nodeNames)
getAesToken
public AesToken getAesToken()
getEncryptType
public EncryptType getEncryptType()
getToUserName
public String getToUserName()
getFromUserName
public String getFromUserName()
getAccountType
public AccountType getAccountType()
getMsgType
public String getMsgType()
getEventType
public String getEventType()
getNodeNames
public Set<String> getNodeNames()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.