Package com.streamlayer.sports.hockey
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 intgetAssists()int32 assists = 4 [json_name = "assists"];java.lang.StringgetFullName()string full_name = 2 [json_name = "fullName"];com.google.protobuf.ByteStringgetFullNameBytes()string full_name = 2 [json_name = "fullName"];intgetGoals()int32 goals = 3 [json_name = "goals"];intgetJersey()int32 jersey = 1 [json_name = "jersey"];java.lang.StringgetMinutes()string minutes = 7 [json_name = "minutes"];com.google.protobuf.ByteStringgetMinutesBytes()string minutes = 7 [json_name = "minutes"];doublegetPenaltyMinutes()double penalty_minutes = 6 [json_name = "penaltyMinutes"];HockeyPlayerPositiongetPosition().streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];intgetPositionValue().streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];intgetShots()int32 shots = 5 [json_name = "shots"];
-
-
-
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.
-
-