JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
tech.ordinaryroad.live.chat.client.commons.base.msg
Interface IDanmuMsg
All Superinterfaces:
IMsg
,
Serializable
public interface
IDanmuMsg
extends
IMsg
Author:
mjz
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getContent
()
弹幕内容
long
getUid
()
弹幕发送者id
String
getUsername
()
弹幕发送者用户名
Method Details
getUid
long
getUid
()
弹幕发送者id
getUsername
String
getUsername
()
弹幕发送者用户名
Returns:
getContent
String
getContent
()
弹幕内容