Package com.streamlayer.sports.soccer
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.StringgetDivision()string division = 12 [json_name = "division"];com.google.protobuf.ByteStringgetDivisionBytes()string division = 12 [json_name = "division"];intgetDraws()int32 draws = 8 [json_name = "draws"];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"];intgetPoints()int32 points = 13 [json_name = "points"];intgetPosition()int32 position = 14 [json_name = "position"];intgetTotalGoals()int32 total_goals = 15 [json_name = "totalGoals"];intgetTotalGoalsReceived()int32 total_goals_received = 16 [json_name = "totalGoalsReceived"];intgetWins()int32 wins = 6 [json_name = "wins"];
-
-
-
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.
-
getDraws
int getDraws()
int32 draws = 8 [json_name = "draws"];- Returns:
- The draws.
-
getGamesBehind
int getGamesBehind()
int32 games_behind = 9 [json_name = "gamesBehind"];- Returns:
- The gamesBehind.
-
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.
-
getPoints
int getPoints()
int32 points = 13 [json_name = "points"];- Returns:
- The points.
-
getPosition
int getPosition()
int32 position = 14 [json_name = "position"];- Returns:
- The position.
-
getTotalGoals
int getTotalGoals()
int32 total_goals = 15 [json_name = "totalGoals"];- Returns:
- The totalGoals.
-
getTotalGoalsReceived
int getTotalGoalsReceived()
int32 total_goals_received = 16 [json_name = "totalGoalsReceived"];- Returns:
- The totalGoalsReceived.
-
-