Interface NERoomChatFileMessage
-
- All Implemented Interfaces:
-
com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
public interface NERoomChatFileMessage implements NERoomChatMessage
房间文件消息
-
-
Method Summary
Modifier and Type Method Description abstract String
getDisplayName()
文件显示名 abstract String
getExtension()
文件后缀名 abstract String
getMd5()
文件md5 abstract String
getUrl()
文件下载地址 abstract Long
getSize()
文件大小 abstract String
getThumbPath()
缩略图地址 abstract String
getPath()
文件路径 -
Methods inherited from class com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
getChatroomType, getFromAvatar, getFromNick, getFromUserUuid, getMessageType, getMessageUuid, getSenderExtension, getTime, getToUserUuidList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDisplayName
abstract String getDisplayName()
文件显示名
-
getExtension
abstract String getExtension()
文件后缀名
-
getThumbPath
abstract String getThumbPath()
缩略图地址
-
-
-
-