public class Report extends Object
| 构造器和说明 |
|---|
Report() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReportMeetingDaily[] |
getDailyReport() |
Long |
getTotalMeetingCount() |
Long |
getTotalMeetingDuration() |
Long |
getTotalParticipantCount() |
void |
setDailyReport(ReportMeetingDaily[] dailyReport) |
void |
setTotalMeetingCount(Long totalMeetingCount) |
void |
setTotalMeetingDuration(Long totalMeetingDuration) |
void |
setTotalParticipantCount(Long totalParticipantCount) |
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 © 2021. All rights reserved.