Class GroupChatStatisticResponse

java.lang.Object
com.bytedesk.wechat.work.statistic.GroupChatStatisticResponse

public class GroupChatStatisticResponse extends Object
按群主聚合的群聊数据统计响应
  • Field Details

    • errcode

      private Integer errcode
      错误码
    • errmsg

      private String errmsg
      错误信息
    • total

      private Integer total
      命中过滤条件的记录总个数
    • nextOffset

      private Integer nextOffset
      当前分页的下一个offset 当next_offset和total相等时,说明已经取完所有
    • items

      记录列表
  • Constructor Details

    • GroupChatStatisticResponse

      public GroupChatStatisticResponse()