Package 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
-
-
Constructor Summary
Constructors Constructor Description WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountType
getAccountType()
AesToken
getAesToken()
EncryptType
getEncryptType()
String
getEventType()
String
getFromUserName()
String
getMsgType()
Set<String>
getNodeNames()
String
getToUserName()
String
toString()
-
-
-
Constructor Detail
-
WeixinMessageTransfer
public WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
-
-
Method Detail
-
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()
-
-