Package com.foxinmy.weixin4j.qy.message
Class ChatMessage
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.message.ChatMessage
-
- All Implemented Interfaces:
Serializable
public class ChatMessage extends Object implements Serializable
会话消息对象- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
Text
,Image
,File
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChatMessage(String targetId, ChatType chatType, String senderId, ChatTuple chatTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChatTuple
getChatTuple()
ChatType
getChatType()
String
getSenderId()
String
getTargetId()
String
toString()
-