类 Report

java.lang.Object
com.lark.oapi.service.vc.v1.model.Report

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

    • Report

      public Report()
    • Report

      public Report(Report.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Report.Builder newBuilder()
    • getTotalMeetingCount

      public String getTotalMeetingCount()
    • setTotalMeetingCount

      public void setTotalMeetingCount(String totalMeetingCount)
    • getTotalMeetingDuration

      public String getTotalMeetingDuration()
    • setTotalMeetingDuration

      public void setTotalMeetingDuration(String totalMeetingDuration)
    • getTotalParticipantCount

      public String getTotalParticipantCount()
    • setTotalParticipantCount

      public void setTotalParticipantCount(String totalParticipantCount)
    • getDailyReport

      public ReportMeetingDaily[] getDailyReport()
    • setDailyReport

      public void setDailyReport(ReportMeetingDaily[] dailyReport)