Package com.streamlayer.sports.common
Interface EventTeamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EventTeam,EventTeam.Builder
public interface EventTeamOrBuilder 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"];longgetId()uint64 id = 1 [json_name = "id"];booleangetIsWinner()bool is_winner = 6 [json_name = "isWinner"];java.lang.StringgetLogo()string logo = 4 [json_name = "logo"];com.google.protobuf.ByteStringgetLogoBytes()string logo = 4 [json_name = "logo"];java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];
-
-
-
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.
-
getIsWinner
boolean getIsWinner()
bool is_winner = 6 [json_name = "isWinner"];- Returns:
- The isWinner.
-
-