| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Report |
build() |
Report.Builder |
dailyReport(ReportMeetingDaily[] dailyReport)
每日会议报告列表
示例值:
|
Report.Builder |
totalMeetingCount(String totalMeetingCount)
总会议数量
示例值:100
|
Report.Builder |
totalMeetingDuration(String totalMeetingDuration)
总会议时长(单位sec)
示例值:300000
|
Report.Builder |
totalParticipantCount(String totalParticipantCount)
总参会人数
示例值:20000
|
public Report.Builder totalMeetingCount(String totalMeetingCount)
示例值:100
totalMeetingCount - public Report.Builder totalMeetingDuration(String totalMeetingDuration)
示例值:300000
totalMeetingDuration - public Report.Builder totalParticipantCount(String totalParticipantCount)
示例值:20000
totalParticipantCount - public Report.Builder dailyReport(ReportMeetingDaily[] dailyReport)
示例值:
dailyReport - public Report build()
Copyright © 2025. All rights reserved.