Package com.foxinmy.weixin4j.tuple
Class File
- java.lang.Object
-
- com.foxinmy.weixin4j.tuple.File
-
- All Implemented Interfaces:
ChatTuple
,NotifyTuple
,Tuple
,Serializable
public class File extends Object implements 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
getMediaId()
String
getMessageType()
消息类型String
toString()
-
-
-
Constructor Detail
-
File
public File(String mediaId)
-
-