Package com.foxinmy.weixin4j.tuple
Interface Tuple
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ChatTuple
,MassTuple
,NotifyTuple
- All Known Implementing Classes:
Card
,File
,Image
,Image
,Link
,MiniProgramPage
,MpNews
,MpVideo
,Music
,News
,Text
,Text
,TextCard
,Video
,Voice
public interface Tuple extends Serializable
消息元件- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessageType()
消息类型
-
-
-
Method Detail
-
getMessageType
String getMessageType()
消息类型- Returns:
-
-