Package com.streamlayer.sports.common
Interface PlayerAttributes.BirthOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayerAttributes.Birth,PlayerAttributes.Birth.Builder
- Enclosing class:
- PlayerAttributes
public static interface PlayerAttributes.BirthOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCity()string city = 1 [json_name = "city"];com.google.protobuf.ByteStringgetCityBytes()string city = 1 [json_name = "city"];CountrygetCountry().streamlayer.sports.Country country = 2 [json_name = "country"];booleanhasCountry().streamlayer.sports.Country country = 2 [json_name = "country"];
-
-
-
Method Detail
-
getCity
java.lang.String getCity()
string city = 1 [json_name = "city"];- Returns:
- The city.
-
getCityBytes
com.google.protobuf.ByteString getCityBytes()
string city = 1 [json_name = "city"];- Returns:
- The bytes for city.
-
hasCountry
boolean hasCountry()
.streamlayer.sports.Country country = 2 [json_name = "country"];- Returns:
- Whether the country field is set.
-
getCountry
Country getCountry()
.streamlayer.sports.Country country = 2 [json_name = "country"];- Returns:
- The country.
-
-