Class FusReport

  • All Implemented Interfaces:

    
    public final class FusReport
    
                        

    A collection of analytics data, which is sent to the analytics backend endpoint as a single request.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<LogEvent> events
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<LogEvent> getEvents()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FusReport

        FusReport(List<LogEvent> events)
        Parameters:
        events - List of LogEvent should be no more than 500 items and each item should not exceed 1Mb.