Class TopicResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.topic.TopicResponse
All Implemented Interfaces:
Serializable

public class TopicResponse extends BaseResponse
See Also:
  • Field Details

    • topics

      private Set<String> topics
    • monitorTopics

      private Set<String> monitorTopics
    • clientIds

      private Set<String> clientIds
      current online clientIds
    • userUid

      private String userUid
  • Constructor Details

    • TopicResponse

      public TopicResponse()