Interface PlayerScoreOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssists()
      int32 assists = 4 [json_name = "assists"];
      java.lang.String getFullName()
      string full_name = 2 [json_name = "fullName"];
      com.google.protobuf.ByteString getFullNameBytes()
      string full_name = 2 [json_name = "fullName"];
      int getGoals()
      int32 goals = 3 [json_name = "goals"];
      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"];
      double getPenaltyMinutes()
      double penalty_minutes = 6 [json_name = "penaltyMinutes"];
      HockeyPlayerPosition getPosition()
      .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
      int getPositionValue()
      .streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];
      int getShots()
      int32 shots = 5 [json_name = "shots"];
      • 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.
      • getGoals

        int getGoals()
        int32 goals = 3 [json_name = "goals"];
        Returns:
        The goals.
      • getAssists

        int getAssists()
        int32 assists = 4 [json_name = "assists"];
        Returns:
        The assists.
      • getShots

        int getShots()
        int32 shots = 5 [json_name = "shots"];
        Returns:
        The shots.
      • getPenaltyMinutes

        double getPenaltyMinutes()
        double penalty_minutes = 6 [json_name = "penaltyMinutes"];
        Returns:
        The penaltyMinutes.
      • 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.