Package com.streamlayer.sports.common
Interface CountryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Country,Country.Builder
public interface CountryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAbbreviation()string abbreviation = 2 [json_name = "abbreviation"];com.google.protobuf.ByteStringgetAbbreviationBytes()string abbreviation = 2 [json_name = "abbreviation"];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.
-
getAbbreviation
java.lang.String getAbbreviation()
string abbreviation = 2 [json_name = "abbreviation"];- Returns:
- The abbreviation.
-
getAbbreviationBytes
com.google.protobuf.ByteString getAbbreviationBytes()
string abbreviation = 2 [json_name = "abbreviation"];- Returns:
- The bytes for abbreviation.
-
-