public class Report extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Report.Builder |
| 构造器和说明 |
|---|
Report() |
Report(Report.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReportMeetingDaily[] |
getDailyReport() |
Long |
getTotalMeetingCount() |
Long |
getTotalMeetingDuration() |
Long |
getTotalParticipantCount() |
static Report.Builder |
newBuilder() |
void |
setDailyReport(ReportMeetingDaily[] dailyReport) |
void |
setTotalMeetingCount(Long totalMeetingCount) |
void |
setTotalMeetingDuration(Long totalMeetingDuration) |
void |
setTotalParticipantCount(Long totalParticipantCount) |
public Report()
public Report(Report.Builder builder)
public static Report.Builder newBuilder()
public Long getTotalMeetingCount()
public void setTotalMeetingCount(Long totalMeetingCount)
public Long getTotalMeetingDuration()
public void setTotalMeetingDuration(Long totalMeetingDuration)
public Long getTotalParticipantCount()
public void setTotalParticipantCount(Long totalParticipantCount)
public ReportMeetingDaily[] getDailyReport()
public void setDailyReport(ReportMeetingDaily[] dailyReport)
Copyright © 2022. All rights reserved.