Package com.streamlayer.inplay.common
Interface CompetitorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Competitor,Competitor.Builder
public interface CompetitorOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetColors()string colors = 5 [json_name = "colors"];com.google.protobuf.ByteStringgetColorsBytes()string colors = 5 [json_name = "colors"];longgetId()uint64 id = 3 [json_name = "id"];java.lang.StringgetLogo()string logo = 4 [json_name = "logo"];com.google.protobuf.ByteStringgetLogoBytes()string logo = 4 [json_name = "logo"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];CompetitorTypegetType().streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getTypeValue
int getTypeValue()
.streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
CompetitorType getType()
.streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];- Returns:
- The type.
-
getId
long getId()
uint64 id = 3 [json_name = "id"];- Returns:
- The id.
-
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.
-
getColors
java.lang.String getColors()
string colors = 5 [json_name = "colors"];- Returns:
- The colors.
-
getColorsBytes
com.google.protobuf.ByteString getColorsBytes()
string colors = 5 [json_name = "colors"];- Returns:
- The bytes for colors.
-
-