Package com.streamlayer.sports.hockey
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.StringgetFullName()string full_name = 2 [json_name = "fullName"];com.google.protobuf.ByteStringgetFullNameBytes()string full_name = 2 [json_name = "fullName"];intgetGoalsAgaints()int32 goals_againts = 4 [json_name = "goalsAgaints"];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"];HockeyPlayerPositiongetPosition().streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];intgetPositionValue().streamlayer.sports.hockey.HockeyPlayerPosition position = 8 [json_name = "position"];intgetSaves()int32 saves = 5 [json_name = "saves"];intgetSavesPct()int32 saves_pct = 6 [json_name = "savesPct"];intgetShotsAgaints()int32 shots_againts = 3 [json_name = "shotsAgaints"];
-
-
-
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.
-
-