Interface SoccerMatchScoreOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SoccerMatchScore, SoccerMatchScore.Builder

    public interface SoccerMatchScoreOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      uint64 event_id = 1 [json_name = "eventId"];
      java.lang.String getLiveUrl()
      string live_url = 4 [json_name = "liveUrl"];
      com.google.protobuf.ByteString getLiveUrlBytes()
      string live_url = 4 [json_name = "liveUrl"];
      double getMil()
      double mil = 2 [json_name = "mil"];
      java.lang.String getRound()
      string round = 3 [json_name = "round"];
      com.google.protobuf.ByteString getRoundBytes()
      string round = 3 [json_name = "round"];
      • 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.
      • getMil

        double getMil()
        double mil = 2 [json_name = "mil"];
        Returns:
        The mil.
      • getRound

        java.lang.String getRound()
        string round = 3 [json_name = "round"];
        Returns:
        The round.
      • getRoundBytes

        com.google.protobuf.ByteString getRoundBytes()
        string round = 3 [json_name = "round"];
        Returns:
        The bytes for round.
      • getLiveUrl

        java.lang.String getLiveUrl()
        string live_url = 4 [json_name = "liveUrl"];
        Returns:
        The liveUrl.
      • getLiveUrlBytes

        com.google.protobuf.ByteString getLiveUrlBytes()
        string live_url = 4 [json_name = "liveUrl"];
        Returns:
        The bytes for liveUrl.