Class GroupChatStatisticResponse
java.lang.Object
com.bytedesk.wechat.work.statistic.GroupChatStatisticResponse
按群主聚合的群聊数据统计响应
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
按群主聚合的统计项static class
统计数据详情 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errcode
错误码 -
errmsg
错误信息 -
total
命中过滤条件的记录总个数 -
nextOffset
当前分页的下一个offset 当next_offset和total相等时,说明已经取完所有 -
items
记录列表
-
-
Constructor Details
-
GroupChatStatisticResponse
public GroupChatStatisticResponse()
-