Package com.bytedesk.core.topic
Class TopicEntity
java.lang.Object
com.bytedesk.core.base.BaseEntityNoOrg
com.bytedesk.core.topic.TopicEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptioncurrent online clientIds 用户clientId格式: uid/client/deviceUidprivate static final long
为防止后添加的记录,clientIds缺失,所以用数组代替,这样每个用户在topic中只有一条记录,clientIds可共用private @NotBlank String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
topics
为防止后添加的记录,clientIds缺失,所以用数组代替,这样每个用户在topic中只有一条记录,clientIds可共用 -
monitorTopics
-
userUid
-
clientIds
current online clientIds 用户clientId格式: uid/client/deviceUid
-
-
Constructor Details
-
TopicEntity
public TopicEntity()
-