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 SummaryConstructors Constructor Description TextMessage()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringtoString()- 
Methods inherited from class com.zone.weixin4j.request.WeixinMessageequals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
- 
 
- 
- 
- 
Method Detail- 
getContentpublic String getContent() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- WeixinMessage
 
 
- 
 
-