Interface TotalWavesResponse.TotalResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      count
      long getEventId()
      sport event id
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEventId

        long getEventId()
         sport event id
         
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getCount

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