Class SoccerMatchScore.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SoccerMatchScore.Builder clearEventId()
      uint64 event_id = 1 [json_name = "eventId"];
      SoccerMatchScore.Builder clearLiveUrl()
      string live_url = 4 [json_name = "liveUrl"];
      SoccerMatchScore.Builder clearMil()
      double mil = 2 [json_name = "mil"];
      SoccerMatchScore.Builder clearRound()
      string round = 3 [json_name = "round"];
      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"];
      SoccerMatchScore.Builder setEventId​(long value)
      uint64 event_id = 1 [json_name = "eventId"];
      SoccerMatchScore.Builder setLiveUrl​(java.lang.String value)
      string live_url = 4 [json_name = "liveUrl"];
      SoccerMatchScore.Builder setLiveUrlBytes​(com.google.protobuf.ByteString value)
      string live_url = 4 [json_name = "liveUrl"];
      SoccerMatchScore.Builder setMil​(double value)
      double mil = 2 [json_name = "mil"];
      SoccerMatchScore.Builder setRound​(java.lang.String value)
      string round = 3 [json_name = "round"];
      SoccerMatchScore.Builder setRoundBytes​(com.google.protobuf.ByteString value)
      string round = 3 [json_name = "round"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • setEventId

        public SoccerMatchScore.Builder setEventId​(long value)
        uint64 event_id = 1 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public SoccerMatchScore.Builder clearEventId()
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • setMil

        public SoccerMatchScore.Builder setMil​(double value)
        double mil = 2 [json_name = "mil"];
        Parameters:
        value - The mil to set.
        Returns:
        This builder for chaining.
      • clearMil

        public SoccerMatchScore.Builder clearMil()
        double mil = 2 [json_name = "mil"];
        Returns:
        This builder for chaining.
      • getRound

        public java.lang.String getRound()
        string round = 3 [json_name = "round"];
        Specified by:
        getRound in interface SoccerMatchScoreOrBuilder
        Returns:
        The round.
      • getRoundBytes

        public com.google.protobuf.ByteString getRoundBytes()
        string round = 3 [json_name = "round"];
        Specified by:
        getRoundBytes in interface SoccerMatchScoreOrBuilder
        Returns:
        The bytes for round.
      • setRound

        public SoccerMatchScore.Builder setRound​(java.lang.String value)
        string round = 3 [json_name = "round"];
        Parameters:
        value - The round to set.
        Returns:
        This builder for chaining.
      • clearRound

        public SoccerMatchScore.Builder clearRound()
        string round = 3 [json_name = "round"];
        Returns:
        This builder for chaining.
      • setRoundBytes

        public SoccerMatchScore.Builder setRoundBytes​(com.google.protobuf.ByteString value)
        string round = 3 [json_name = "round"];
        Parameters:
        value - The bytes for round to set.
        Returns:
        This builder for chaining.
      • getLiveUrl

        public java.lang.String getLiveUrl()
        string live_url = 4 [json_name = "liveUrl"];
        Specified by:
        getLiveUrl in interface SoccerMatchScoreOrBuilder
        Returns:
        The liveUrl.
      • getLiveUrlBytes

        public com.google.protobuf.ByteString getLiveUrlBytes()
        string live_url = 4 [json_name = "liveUrl"];
        Specified by:
        getLiveUrlBytes in interface SoccerMatchScoreOrBuilder
        Returns:
        The bytes for liveUrl.
      • setLiveUrl

        public SoccerMatchScore.Builder setLiveUrl​(java.lang.String value)
        string live_url = 4 [json_name = "liveUrl"];
        Parameters:
        value - The liveUrl to set.
        Returns:
        This builder for chaining.
      • clearLiveUrl

        public SoccerMatchScore.Builder clearLiveUrl()
        string live_url = 4 [json_name = "liveUrl"];
        Returns:
        This builder for chaining.
      • setLiveUrlBytes

        public SoccerMatchScore.Builder setLiveUrlBytes​(com.google.protobuf.ByteString value)
        string live_url = 4 [json_name = "liveUrl"];
        Parameters:
        value - The bytes for liveUrl to set.
        Returns:
        This builder for chaining.