Package com.streamlayer.sports.hockey
Interface TeamStandingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TeamStanding,TeamStanding.Builder
public interface TeamStandingOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()string alias = 3 [json_name = "alias"];com.google.protobuf.ByteStringgetAliasBytes()string alias = 3 [json_name = "alias"];java.lang.StringgetColors(int index)repeated string colors = 5 [json_name = "colors"];com.google.protobuf.ByteStringgetColorsBytes(int index)repeated string colors = 5 [json_name = "colors"];intgetColorsCount()repeated string colors = 5 [json_name = "colors"];java.util.List<java.lang.String>getColorsList()repeated string colors = 5 [json_name = "colors"];java.lang.StringgetConference()string conference = 13 [json_name = "conference"];com.google.protobuf.ByteStringgetConferenceBytes()string conference = 13 [json_name = "conference"];java.lang.StringgetDivision()string division = 12 [json_name = "division"];com.google.protobuf.ByteStringgetDivisionBytes()string division = 12 [json_name = "division"];intgetGamesBehind()int32 games_behind = 9 [json_name = "gamesBehind"];longgetId()uint64 id = 1 [json_name = "id"];java.lang.StringgetLogo()string logo = 4 [json_name = "logo"];com.google.protobuf.ByteStringgetLogoBytes()string logo = 4 [json_name = "logo"];intgetLosses()int32 losses = 7 [json_name = "losses"];java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];doublegetPct()double pct = 8 [json_name = "pct"];TeamStanding.RankgetRank().streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];TeamStanding.StreakgetStreak().streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];intgetWins()int32 wins = 6 [json_name = "wins"];booleanhasRank().streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];booleanhasStreak().streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getName
java.lang.String getName()
string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getAlias
java.lang.String getAlias()
string alias = 3 [json_name = "alias"];- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 3 [json_name = "alias"];- Returns:
- The bytes for alias.
-
getLogo
java.lang.String getLogo()
string logo = 4 [json_name = "logo"];- Returns:
- The logo.
-
getLogoBytes
com.google.protobuf.ByteString getLogoBytes()
string logo = 4 [json_name = "logo"];- Returns:
- The bytes for logo.
-
getColorsList
java.util.List<java.lang.String> getColorsList()
repeated string colors = 5 [json_name = "colors"];- Returns:
- A list containing the colors.
-
getColorsCount
int getColorsCount()
repeated string colors = 5 [json_name = "colors"];- Returns:
- The count of colors.
-
getColors
java.lang.String getColors(int index)
repeated string colors = 5 [json_name = "colors"];- Parameters:
index- The index of the element to return.- Returns:
- The colors at the given index.
-
getColorsBytes
com.google.protobuf.ByteString getColorsBytes(int index)
repeated string colors = 5 [json_name = "colors"];- Parameters:
index- The index of the element to return.- Returns:
- The colors at the given index.
-
getWins
int getWins()
int32 wins = 6 [json_name = "wins"];- Returns:
- The wins.
-
getLosses
int getLosses()
int32 losses = 7 [json_name = "losses"];- Returns:
- The losses.
-
getPct
double getPct()
double pct = 8 [json_name = "pct"];- Returns:
- The pct.
-
getGamesBehind
int getGamesBehind()
int32 games_behind = 9 [json_name = "gamesBehind"];- Returns:
- The gamesBehind.
-
hasStreak
boolean hasStreak()
.streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];- Returns:
- Whether the streak field is set.
-
getStreak
TeamStanding.Streak getStreak()
.streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];- Returns:
- The streak.
-
hasRank
boolean hasRank()
.streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];- Returns:
- Whether the rank field is set.
-
getRank
TeamStanding.Rank getRank()
.streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];- Returns:
- The rank.
-
getDivision
java.lang.String getDivision()
string division = 12 [json_name = "division"];- Returns:
- The division.
-
getDivisionBytes
com.google.protobuf.ByteString getDivisionBytes()
string division = 12 [json_name = "division"];- Returns:
- The bytes for division.
-
getConference
java.lang.String getConference()
string conference = 13 [json_name = "conference"];- Returns:
- The conference.
-
getConferenceBytes
com.google.protobuf.ByteString getConferenceBytes()
string conference = 13 [json_name = "conference"];- Returns:
- The bytes for conference.
-
-