Package com.zone.weixin4j.message
Class TextMessage
- java.lang.Object
-
- com.zone.weixin4j.request.WeixinMessage
-
- com.zone.weixin4j.message.TextMessage
-
- All Implemented Interfaces:
Serializable
public class TextMessage extends WeixinMessage
文本消息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- 订阅号、服务号的文本消息, 企业号的文本消息, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
toString()
-
Methods inherited from class com.zone.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
-
-
-
-
Method Detail
-
getContent
public String getContent()
-
toString
public String toString()
- Overrides:
toString
in classWeixinMessage
-
-