Class NESeatItem
-
- All Implemented Interfaces:
public final class NESeatItem单个麦位信息。
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerindexprivate final Integerstatusprivate final Stringuserprivate final StringuserNameprivate final Stringiconprivate final NERoomUseruserInfoprivate final IntegeronSeatTypeprivate final Longupdatedprivate final Stringext
-
Constructor Summary
Constructors Constructor Description NESeatItem(Integer index, Integer status, String user, String userName, String icon, NERoomUser userInfo, Integer onSeatType, Long updated, String ext)
-
Method Summary
Modifier and Type Method Description final IntegergetIndex()麦位位置。 final IntegergetStatus()麦位状态,参考NESeatItemStatus。 final StringgetUser()当前状态关联的用户。 final StringgetUserName()final StringgetIcon()final NERoomUsergetUserInfo()final IntegergetOnSeatType()上麦类型,参考NESeatOnSeatType。 final LonggetUpdated()更新时间戳,单位ms。 final StringgetExt()扩展信息。 -
-
Method Detail
-
getStatus
final Integer getStatus()
麦位状态,参考NESeatItemStatus。
-
getUserName
final String getUserName()
-
getUserInfo
final NERoomUser getUserInfo()
-
getOnSeatType
final Integer getOnSeatType()
上麦类型,参考NESeatOnSeatType。
-
getUpdated
final Long getUpdated()
更新时间戳,单位ms。
-
-
-
-