类 MsgProcessData.Builder

java.lang.Object
com.lark.oapi.service.im.v1.model.MsgProcessData.Builder
封闭类:
MsgProcessData

public static class MsgProcessData.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • pDate

      public MsgProcessData.Builder pDate(String pDate)
      分区日期

      示例值:2022-02-02

      参数:
      pDate -
      返回:
    • departmentId

      public MsgProcessData.Builder departmentId(String departmentId)
      部门id

      示例值:123456

      参数:
      departmentId -
      返回:
    • departmentPath

      public MsgProcessData.Builder departmentPath(String departmentPath)
      部门路径

      示例值:test/subtest

      参数:
      departmentPath -
      返回:
    • avgImpMsgReadRate12h

      public MsgProcessData.Builder avgImpMsgReadRate12h(Double avgImpMsgReadRate12h)
      人均重要消息 12 小时阅读率

      示例值:0.50

      参数:
      avgImpMsgReadRate12h -
      返回:
    • msgReadRate12h

      public MsgProcessData.Builder msgReadRate12h(Double msgReadRate12h)
      人均 12 小时阅读率

      示例值:0.50

      参数:
      msgReadRate12h -
      返回:
    • avgReceiveMsgCnt

      public MsgProcessData.Builder avgReceiveMsgCnt(Double avgReceiveMsgCnt)
      人均接收消息数

      示例值:50

      参数:
      avgReceiveMsgCnt -
      返回:
    • avgReadMsgCnt

      public MsgProcessData.Builder avgReadMsgCnt(Double avgReadMsgCnt)
      人均阅读消息数

      示例值:50

      参数:
      avgReadMsgCnt -
      返回:
    • avgImpReadMsgCnt

      public MsgProcessData.Builder avgImpReadMsgCnt(Double avgImpReadMsgCnt)
      人均重要消息阅读数

      示例值:50

      参数:
      avgImpReadMsgCnt -
      返回:
    • avgImpReceiveMsgCnt

      public MsgProcessData.Builder avgImpReceiveMsgCnt(Double avgImpReceiveMsgCnt)
      人均重要消息接收数

      示例值:50

      参数:
      avgImpReceiveMsgCnt -
      返回:
    • highLoadRate

      public MsgProcessData.Builder highLoadRate(Double highLoadRate)
      信息高负载员工占比

      示例值:0.50

      参数:
      highLoadRate -
      返回:
    • bigGroupMsgRate

      public MsgProcessData.Builder bigGroupMsgRate(Double bigGroupMsgRate)
      大群(100人以上)消息占比

      示例值:0.50

      参数:
      bigGroupMsgRate -
      返回:
    • bigGroupTopicMsgRate

      public MsgProcessData.Builder bigGroupTopicMsgRate(Double bigGroupTopicMsgRate)
      大群消息中话题消息占比

      示例值:0.50

      参数:
      bigGroupTopicMsgRate -
      返回:
    • avgReceiveBotMsgCnt

      public MsgProcessData.Builder avgReceiveBotMsgCnt(Double avgReceiveBotMsgCnt)
      人均接收 bot 消息数

      示例值:0.50

      参数:
      avgReceiveBotMsgCnt -
      返回:
    • avgBotImpMsgReadRate12h

      public MsgProcessData.Builder avgBotImpMsgReadRate12h(Double avgBotImpMsgReadRate12h)
      重要 bot 消息 12 小时阅读率

      示例值:0.50

      参数:
      avgBotImpMsgReadRate12h -
      返回:
    • receiveBotMsgRate

      public MsgProcessData.Builder receiveBotMsgRate(Double receiveBotMsgRate)
      接收 bot 消息占比

      示例值:0.50

      参数:
      receiveBotMsgRate -
      返回:
    • useChatBoxRate

      public MsgProcessData.Builder useChatBoxRate(Double useChatBoxRate)
      会话盒子使用率

      示例值:0.50

      参数:
      useChatBoxRate -
      返回:
    • receiveMuteMsgRate

      public MsgProcessData.Builder receiveMuteMsgRate(Double receiveMuteMsgRate)
      接收消息中 mute 消息占比

      示例值:0.50

      参数:
      receiveMuteMsgRate -
      返回:
    • readMuteMsgRate

      public MsgProcessData.Builder readMuteMsgRate(Double readMuteMsgRate)
      阅读消息中 mute 消息占比

      示例值:0.50

      参数:
      readMuteMsgRate -
      返回:
    • avgReceiveImpMsgChatCnt

      public MsgProcessData.Builder avgReceiveImpMsgChatCnt(Double avgReceiveImpMsgChatCnt)
      人均有重要消息的会话数

      示例值:50

      参数:
      avgReceiveImpMsgChatCnt -
      返回:
    • build

      public MsgProcessData build()