Interface SessionDurationAvgResponse.SessionDurationAvgDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAvgTime()
      uint64 avg_time = 2 [json_name = "avgTime"];
      long getEventId()
      uint64 event_id = 1 [json_name = "eventId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEventId

        long getEventId()
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getAvgTime

        long getAvgTime()
        uint64 avg_time = 2 [json_name = "avgTime"];
        Returns:
        The avgTime.