Class GoaltenderScore.Builder

    • Method Detail

      • setJersey

        public GoaltenderScore.Builder setJersey​(int value)
        int32 jersey = 1 [json_name = "jersey"];
        Parameters:
        value - The jersey to set.
        Returns:
        This builder for chaining.
      • clearJersey

        public GoaltenderScore.Builder clearJersey()
        int32 jersey = 1 [json_name = "jersey"];
        Returns:
        This builder for chaining.
      • getFullName

        public java.lang.String getFullName()
        string full_name = 2 [json_name = "fullName"];
        Specified by:
        getFullName in interface GoaltenderScoreOrBuilder
        Returns:
        The fullName.
      • getFullNameBytes

        public com.google.protobuf.ByteString getFullNameBytes()
        string full_name = 2 [json_name = "fullName"];
        Specified by:
        getFullNameBytes in interface GoaltenderScoreOrBuilder
        Returns:
        The bytes for fullName.
      • setFullName

        public GoaltenderScore.Builder setFullName​(java.lang.String value)
        string full_name = 2 [json_name = "fullName"];
        Parameters:
        value - The fullName to set.
        Returns:
        This builder for chaining.
      • clearFullName

        public GoaltenderScore.Builder clearFullName()
        string full_name = 2 [json_name = "fullName"];
        Returns:
        This builder for chaining.
      • setFullNameBytes

        public GoaltenderScore.Builder setFullNameBytes​(com.google.protobuf.ByteString value)
        string full_name = 2 [json_name = "fullName"];
        Parameters:
        value - The bytes for fullName to set.
        Returns:
        This builder for chaining.
      • getShotsAgaints

        public int getShotsAgaints()
        int32 shots_againts = 3 [json_name = "shotsAgaints"];
        Specified by:
        getShotsAgaints in interface GoaltenderScoreOrBuilder
        Returns:
        The shotsAgaints.
      • setShotsAgaints

        public GoaltenderScore.Builder setShotsAgaints​(int value)
        int32 shots_againts = 3 [json_name = "shotsAgaints"];
        Parameters:
        value - The shotsAgaints to set.
        Returns:
        This builder for chaining.
      • clearShotsAgaints

        public GoaltenderScore.Builder clearShotsAgaints()
        int32 shots_againts = 3 [json_name = "shotsAgaints"];
        Returns:
        This builder for chaining.
      • getGoalsAgaints

        public int getGoalsAgaints()
        int32 goals_againts = 4 [json_name = "goalsAgaints"];
        Specified by:
        getGoalsAgaints in interface GoaltenderScoreOrBuilder
        Returns:
        The goalsAgaints.
      • setGoalsAgaints

        public GoaltenderScore.Builder setGoalsAgaints​(int value)
        int32 goals_againts = 4 [json_name = "goalsAgaints"];
        Parameters:
        value - The goalsAgaints to set.
        Returns:
        This builder for chaining.
      • clearGoalsAgaints

        public GoaltenderScore.Builder clearGoalsAgaints()
        int32 goals_againts = 4 [json_name = "goalsAgaints"];
        Returns:
        This builder for chaining.
      • setSaves

        public GoaltenderScore.Builder setSaves​(int value)
        int32 saves = 5 [json_name = "saves"];
        Parameters:
        value - The saves to set.
        Returns:
        This builder for chaining.
      • clearSaves

        public GoaltenderScore.Builder clearSaves()
        int32 saves = 5 [json_name = "saves"];
        Returns:
        This builder for chaining.
      • getSavesPct

        public int getSavesPct()
        int32 saves_pct = 6 [json_name = "savesPct"];
        Specified by:
        getSavesPct in interface GoaltenderScoreOrBuilder
        Returns:
        The savesPct.
      • setSavesPct

        public GoaltenderScore.Builder setSavesPct​(int value)
        int32 saves_pct = 6 [json_name = "savesPct"];
        Parameters:
        value - The savesPct to set.
        Returns:
        This builder for chaining.
      • clearSavesPct

        public GoaltenderScore.Builder clearSavesPct()
        int32 saves_pct = 6 [json_name = "savesPct"];
        Returns:
        This builder for chaining.
      • getMinutes

        public java.lang.String getMinutes()
        string minutes = 7 [json_name = "minutes"];
        Specified by:
        getMinutes in interface GoaltenderScoreOrBuilder
        Returns:
        The minutes.
      • getMinutesBytes

        public com.google.protobuf.ByteString getMinutesBytes()
        string minutes = 7 [json_name = "minutes"];
        Specified by:
        getMinutesBytes in interface GoaltenderScoreOrBuilder
        Returns:
        The bytes for minutes.
      • setMinutes

        public GoaltenderScore.Builder setMinutes​(java.lang.String value)
        string minutes = 7 [json_name = "minutes"];
        Parameters:
        value - The minutes to set.
        Returns:
        This builder for chaining.
      • clearMinutes

        public GoaltenderScore.Builder clearMinutes()
        string minutes = 7 [json_name = "minutes"];
        Returns:
        This builder for chaining.
      • setMinutesBytes

        public GoaltenderScore.Builder setMinutesBytes​(com.google.protobuf.ByteString value)
        string minutes = 7 [json_name = "minutes"];
        Parameters:
        value - The bytes for minutes to set.
        Returns:
        This builder for chaining.
      • getPositionValue

        public int getPositionValue()
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Specified by:
        getPositionValue in interface GoaltenderScoreOrBuilder
        Returns:
        The enum numeric value on the wire for position.
      • setPositionValue

        public GoaltenderScore.Builder setPositionValue​(int value)
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Parameters:
        value - The position to set.
        Returns:
        This builder for chaining.
      • setPosition

        public GoaltenderScore.Builder setPosition​(HockeyPlayerPosition value)
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Parameters:
        value - The enum numeric value on the wire for position to set.
        Returns:
        This builder for chaining.
      • clearPosition

        public GoaltenderScore.Builder clearPosition()
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Returns:
        This builder for chaining.