Package com.foxinmy.weixin4j.tuple
Class Video
- java.lang.Object
-
- com.foxinmy.weixin4j.tuple.Video
-
- All Implemented Interfaces:
NotifyTuple
,Tuple
,Serializable
public class Video extends Object implements NotifyTuple
视频对象可用于「客服消息」
- 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
getDesc()
String
getMediaId()
String
getMessageType()
消息类型String
getThumbMediaId()
String
getTitle()
String
toString()
-
-
-
Method Detail
-
getMessageType
public String getMessageType()
Description copied from interface:Tuple
消息类型- Specified by:
getMessageType
in interfaceTuple
- Returns:
-
getMediaId
public String getMediaId()
-
getThumbMediaId
public String getThumbMediaId()
-
getTitle
public String getTitle()
-
getDesc
public String getDesc()
-
-