类 Report.Builder

java.lang.Object
com.lark.oapi.service.vc.v1.model.Report.Builder
封闭类:
Report

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

    • Builder

      public Builder()
  • 方法详细资料

    • totalMeetingCount

      public Report.Builder totalMeetingCount(String totalMeetingCount)
      总会议数量

      示例值:100

      参数:
      totalMeetingCount -
      返回:
    • totalMeetingDuration

      public Report.Builder totalMeetingDuration(String totalMeetingDuration)
      总会议时长(单位sec)

      示例值:300000

      参数:
      totalMeetingDuration -
      返回:
    • totalParticipantCount

      public Report.Builder totalParticipantCount(String totalParticipantCount)
      总参会人数

      示例值:20000

      参数:
      totalParticipantCount -
      返回:
    • dailyReport

      public Report.Builder dailyReport(ReportMeetingDaily[] dailyReport)
      每日会议报告列表

      示例值:

      参数:
      dailyReport -
      返回:
    • build

      public Report build()