Interface ListCountriesResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListCountriesResponseData,ListCountriesResponseData.Builder
public interface ListCountriesResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlpha2()"US"com.google.protobuf.ByteStringgetAlpha2Bytes()"US"intgetCnt()int32 cnt = 3 [json_name = "cnt"];java.lang.StringgetCountry()"United States"com.google.protobuf.ByteStringgetCountryBytes()"United States"
-
-
-
Method Detail
-
getCountry
java.lang.String getCountry()
"United States"
string country = 1 [json_name = "country"];- Returns:
- The country.
-
getCountryBytes
com.google.protobuf.ByteString getCountryBytes()
"United States"
string country = 1 [json_name = "country"];- Returns:
- The bytes for country.
-
getAlpha2
java.lang.String getAlpha2()
"US"
string alpha2 = 2 [json_name = "alpha2"];- Returns:
- The alpha2.
-
getAlpha2Bytes
com.google.protobuf.ByteString getAlpha2Bytes()
"US"
string alpha2 = 2 [json_name = "alpha2"];- Returns:
- The bytes for alpha2.
-
getCnt
int getCnt()
int32 cnt = 3 [json_name = "cnt"];- Returns:
- The cnt.
-
-