Package com.streamlayer.inplay
Interface SportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Sport,Sport.Builder
public interface SportOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountrygetCountries(int index)repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];intgetCountriesCount()repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];java.util.List<Country>getCountriesList()repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];longgetId()uint64 id = 3 [json_name = "id"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];
-
-
-
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.
-
getCountriesList
java.util.List<Country> getCountriesList()
repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
-
getCountries
Country getCountries(int index)
repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
-
getCountriesCount
int getCountriesCount()
repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
-
getId
long getId()
uint64 id = 3 [json_name = "id"];- Returns:
- The id.
-
-