Package com.streamlayer.inplay.games
Interface ListRequest.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListRequest.Filter,ListRequest.Filter.Builder
- Enclosing class:
- ListRequest
public static interface ListRequest.FilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowClosedMarkets()bool allow_closed_markets = 5 [json_name = "allowClosedMarkets"];booleangetAllowPast()bool allow_past = 6 [json_name = "allowPast"];java.lang.StringgetCountries(int index)repeated string countries = 3 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 3 [json_name = "countries"];intgetCountriesCount()repeated string countries = 3 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 3 [json_name = "countries"];java.lang.StringgetGames(int index)repeated string games = 1 [json_name = "games"];com.google.protobuf.ByteStringgetGamesBytes(int index)repeated string games = 1 [json_name = "games"];intgetGamesCount()repeated string games = 1 [json_name = "games"];java.util.List<java.lang.String>getGamesList()repeated string games = 1 [json_name = "games"];longgetLeagueId()uint64 league_id = 11 [json_name = "leagueId"];java.lang.StringgetLeagues(int index)repeated string leagues = 4 [json_name = "leagues"];com.google.protobuf.ByteStringgetLeaguesBytes(int index)repeated string leagues = 4 [json_name = "leagues"];intgetLeaguesCount()repeated string leagues = 4 [json_name = "leagues"];java.util.List<java.lang.String>getLeaguesList()repeated string leagues = 4 [json_name = "leagues"];intgetSince()int32 since = 8 [json_name = "since"];longgetSportId()use for favoritesjava.lang.StringgetSports(int index)repeated string sports = 2 [json_name = "sports"];com.google.protobuf.ByteStringgetSportsBytes(int index)repeated string sports = 2 [json_name = "sports"];intgetSportsCount()repeated string sports = 2 [json_name = "sports"];java.util.List<java.lang.String>getSportsList()repeated string sports = 2 [json_name = "sports"];booleangetSynced()bool synced = 7 [json_name = "synced"];longgetTeamId()uint64 team_id = 12 [json_name = "teamId"];intgetTill()int32 till = 9 [json_name = "till"];
-
-
-
Method Detail
-
getGamesList
java.util.List<java.lang.String> getGamesList()
repeated string games = 1 [json_name = "games"];- Returns:
- A list containing the games.
-
getGamesCount
int getGamesCount()
repeated string games = 1 [json_name = "games"];- Returns:
- The count of games.
-
getGames
java.lang.String getGames(int index)
repeated string games = 1 [json_name = "games"];- Parameters:
index- The index of the element to return.- Returns:
- The games at the given index.
-
getGamesBytes
com.google.protobuf.ByteString getGamesBytes(int index)
repeated string games = 1 [json_name = "games"];- Parameters:
index- The index of the element to return.- Returns:
- The games at the given index.
-
getSportsList
java.util.List<java.lang.String> getSportsList()
repeated string sports = 2 [json_name = "sports"];- Returns:
- A list containing the sports.
-
getSportsCount
int getSportsCount()
repeated string sports = 2 [json_name = "sports"];- Returns:
- The count of sports.
-
getSports
java.lang.String getSports(int index)
repeated string sports = 2 [json_name = "sports"];- Parameters:
index- The index of the element to return.- Returns:
- The sports at the given index.
-
getSportsBytes
com.google.protobuf.ByteString getSportsBytes(int index)
repeated string sports = 2 [json_name = "sports"];- Parameters:
index- The index of the element to return.- Returns:
- The sports at the given index.
-
getCountriesList
java.util.List<java.lang.String> getCountriesList()
repeated string countries = 3 [json_name = "countries"];- Returns:
- A list containing the countries.
-
getCountriesCount
int getCountriesCount()
repeated string countries = 3 [json_name = "countries"];- Returns:
- The count of countries.
-
getCountries
java.lang.String getCountries(int index)
repeated string countries = 3 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
getCountriesBytes
com.google.protobuf.ByteString getCountriesBytes(int index)
repeated string countries = 3 [json_name = "countries"];- Parameters:
index- The index of the element to return.- Returns:
- The countries at the given index.
-
getLeaguesList
java.util.List<java.lang.String> getLeaguesList()
repeated string leagues = 4 [json_name = "leagues"];- Returns:
- A list containing the leagues.
-
getLeaguesCount
int getLeaguesCount()
repeated string leagues = 4 [json_name = "leagues"];- Returns:
- The count of leagues.
-
getLeagues
java.lang.String getLeagues(int index)
repeated string leagues = 4 [json_name = "leagues"];- Parameters:
index- The index of the element to return.- Returns:
- The leagues at the given index.
-
getLeaguesBytes
com.google.protobuf.ByteString getLeaguesBytes(int index)
repeated string leagues = 4 [json_name = "leagues"];- Parameters:
index- The index of the element to return.- Returns:
- The leagues at the given index.
-
getAllowClosedMarkets
boolean getAllowClosedMarkets()
bool allow_closed_markets = 5 [json_name = "allowClosedMarkets"];- Returns:
- The allowClosedMarkets.
-
getAllowPast
boolean getAllowPast()
bool allow_past = 6 [json_name = "allowPast"];- Returns:
- The allowPast.
-
getSynced
boolean getSynced()
bool synced = 7 [json_name = "synced"];- Returns:
- The synced.
-
getSince
int getSince()
int32 since = 8 [json_name = "since"];- Returns:
- The since.
-
getTill
int getTill()
int32 till = 9 [json_name = "till"];- Returns:
- The till.
-
getSportId
long getSportId()
use for favorites
uint64 sport_id = 10 [json_name = "sportId"];- Returns:
- The sportId.
-
getLeagueId
long getLeagueId()
uint64 league_id = 11 [json_name = "leagueId"];- Returns:
- The leagueId.
-
getTeamId
long getTeamId()
uint64 team_id = 12 [json_name = "teamId"];- Returns:
- The teamId.
-
-