Package com.streamlayer.inplay.bets
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 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"];java.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"];
-
-
-
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.
-
-