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 intgetGamesLimitInDays()int32 games_limit_in_days = 4 [json_name = "gamesLimitInDays"];intgetId()int32 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.StringgetSport()string sport = 3 [json_name = "sport"];com.google.protobuf.ByteStringgetSportBytes()string sport = 3 [json_name = "sport"];
-
-
-
Method Detail
-
getId
int getId()
int32 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.
-
getSport
java.lang.String getSport()
string sport = 3 [json_name = "sport"];- Returns:
- The sport.
-
getSportBytes
com.google.protobuf.ByteString getSportBytes()
string sport = 3 [json_name = "sport"];- Returns:
- The bytes for sport.
-
getGamesLimitInDays
int getGamesLimitInDays()
int32 games_limit_in_days = 4 [json_name = "gamesLimitInDays"];- Returns:
- The gamesLimitInDays.
-
-