Interface TotalViewersResponse.TotalResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      uint64 count = 2 [json_name = "count"];
      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.
      • getCount

        long getCount()
        uint64 count = 2 [json_name = "count"];
        Returns:
        The count.