Interface GoaltenderScoreOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFullName()
      string full_name = 2 [json_name = "fullName"];
      com.google.protobuf.ByteString getFullNameBytes()
      string full_name = 2 [json_name = "fullName"];
      int getGoalsAgaints()
      int32 goals_againts = 4 [json_name = "goalsAgaints"];
      int getJersey()
      int32 jersey = 1 [json_name = "jersey"];
      java.lang.String getMinutes()
      string minutes = 7 [json_name = "minutes"];
      com.google.protobuf.ByteString getMinutesBytes()
      string minutes = 7 [json_name = "minutes"];
      HockeyPlayerPosition getPosition()
      .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
      int getPositionValue()
      .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
      int getSaves()
      int32 saves = 5 [json_name = "saves"];
      int getSavesPct()
      int32 saves_pct = 6 [json_name = "savesPct"];
      int getShotsAgaints()
      int32 shots_againts = 3 [json_name = "shotsAgaints"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getJersey

        int getJersey()
        int32 jersey = 1 [json_name = "jersey"];
        Returns:
        The jersey.
      • getFullName

        java.lang.String getFullName()
        string full_name = 2 [json_name = "fullName"];
        Returns:
        The fullName.
      • getFullNameBytes

        com.google.protobuf.ByteString getFullNameBytes()
        string full_name = 2 [json_name = "fullName"];
        Returns:
        The bytes for fullName.
      • getShotsAgaints

        int getShotsAgaints()
        int32 shots_againts = 3 [json_name = "shotsAgaints"];
        Returns:
        The shotsAgaints.
      • getGoalsAgaints

        int getGoalsAgaints()
        int32 goals_againts = 4 [json_name = "goalsAgaints"];
        Returns:
        The goalsAgaints.
      • getSaves

        int getSaves()
        int32 saves = 5 [json_name = "saves"];
        Returns:
        The saves.
      • getSavesPct

        int getSavesPct()
        int32 saves_pct = 6 [json_name = "savesPct"];
        Returns:
        The savesPct.
      • getMinutes

        java.lang.String getMinutes()
        string minutes = 7 [json_name = "minutes"];
        Returns:
        The minutes.
      • getMinutesBytes

        com.google.protobuf.ByteString getMinutesBytes()
        string minutes = 7 [json_name = "minutes"];
        Returns:
        The bytes for minutes.
      • getPositionValue

        int getPositionValue()
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Returns:
        The enum numeric value on the wire for position.
      • getPosition

        HockeyPlayerPosition getPosition()
        .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
        Returns:
        The position.