Class TopicSubscribeGroup

    • Constructor Detail

      • TopicSubscribeGroup

        public TopicSubscribeGroup()
      • TopicSubscribeGroup

        public TopicSubscribeGroup​(TopicSubscribeGroup source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTotalCount

        public Long getTotalCount()
        Get 总数
        Returns:
        TotalCount 总数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 总数
        Parameters:
        TotalCount - 总数
      • getStatusCountInfo

        public String getStatusCountInfo()
        Get 消费分组状态数量信息
        Returns:
        StatusCountInfo 消费分组状态数量信息
      • setStatusCountInfo

        public void setStatusCountInfo​(String StatusCountInfo)
        Set 消费分组状态数量信息
        Parameters:
        StatusCountInfo - 消费分组状态数量信息
      • getGroupsInfo

        public GroupInfoResponse[] getGroupsInfo()
        Get 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupsInfo 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupsInfo

        public void setGroupsInfo​(GroupInfoResponse[] GroupsInfo)
        Set 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupsInfo - 消费分组信息 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public Long getStatus()
        Get 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(Long Status)
        Set 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。 注意:此字段可能返回 null,表示取不到有效值。