Package com.streamlayer.inplay
Interface LeagueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
League,League.Builder
public interface LeagueOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()uint64 id = 1 [json_name = "id"];java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];java.lang.StringgetRegion()string region = 3 [json_name = "region"];com.google.protobuf.ByteStringgetRegionBytes()string region = 3 [json_name = "region"];longgetSportId()uint64 sport_id = 4 [json_name = "sportId"];
-
-
-
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.
-
getRegion
java.lang.String getRegion()
string region = 3 [json_name = "region"];- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
string region = 3 [json_name = "region"];- Returns:
- The bytes for region.
-
getSportId
long getSportId()
uint64 sport_id = 4 [json_name = "sportId"];- Returns:
- The sportId.
-
-