类 Report.Builder
java.lang.Object
com.lark.oapi.service.vc.v1.model.Report.Builder
- 封闭类:
Report
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()dailyReport(ReportMeetingDaily[] dailyReport) 每日会议报告列表totalMeetingCount(String totalMeetingCount) 总会议数量totalMeetingDuration(String totalMeetingDuration) 总会议时长(单位sec)totalParticipantCount(String totalParticipantCount) 总参会人数
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
totalMeetingCount
总会议数量示例值:100
- 参数:
totalMeetingCount-- 返回:
-
totalMeetingDuration
总会议时长(单位sec)示例值:300000
- 参数:
totalMeetingDuration-- 返回:
-
totalParticipantCount
总参会人数示例值:20000
- 参数:
totalParticipantCount-- 返回:
-
dailyReport
每日会议报告列表示例值:
- 参数:
dailyReport-- 返回:
-
build
-