Class NESeatItem
-
- All Implemented Interfaces:
public final class NESeatItem
单个麦位信息。
-
-
Method Summary
Modifier and Type Method Description final Integer
getIndex()
麦位位置。 final Integer
getStatus()
麦位状态,参考NESeatItemStatus。 final String
getUser()
当前状态关联的用户。 final String
getUserName()
final String
getIcon()
final Integer
getOnSeatType()
上麦类型,参考NESeatOnSeatType。 final Long
getUpdated()
更新时间戳,单位ms。 final String
getExt()
扩展信息。 -
-
Method Detail
-
getStatus
final Integer getStatus()
麦位状态,参考NESeatItemStatus。
-
getUserName
final String getUserName()
-
getOnSeatType
final Integer getOnSeatType()
上麦类型,参考NESeatOnSeatType。
-
getUpdated
final Long getUpdated()
更新时间戳,单位ms。
-
-
-
-