Package com.foxinmy.weixin4j.tuple
Class Text
- java.lang.Object
-
- com.foxinmy.weixin4j.tuple.Text
-
- All Implemented Interfaces:
ChatTuple
,MassTuple
,NotifyTuple
,Tuple
,Serializable
- Direct Known Subclasses:
Text
public class Text extends Object implements MassTuple, NotifyTuple, ChatTuple
文本对象可用于「客服消息」「群发消息」及企业号的「聊天消息」
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getMessageType()
消息类型String
toString()
-
-
-
Constructor Detail
-
Text
public Text(String content)
-
-