Package ru.tinkoff.piapi.contract.v1
Interface CountryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountryResponse,CountryResponse.Builder
public interface CountryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionТрёхбуквенный код страны.com.google.protobuf.ByteStringТрёхбуквенный код страны.Двухбуквенный код страны.com.google.protobuf.ByteStringДвухбуквенный код страны.getName()Наименование страны.Краткое наименование страны.com.google.protobuf.ByteStringКраткое наименование страны.com.google.protobuf.ByteStringНаименование страны.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAlfaTwo
String getAlfaTwo()Двухбуквенный код страны.
string alfa_two = 1;- Returns:
- The alfaTwo.
-
getAlfaTwoBytes
com.google.protobuf.ByteString getAlfaTwoBytes()Двухбуквенный код страны.
string alfa_two = 1;- Returns:
- The bytes for alfaTwo.
-
getAlfaThree
String getAlfaThree()Трёхбуквенный код страны.
string alfa_three = 2;- Returns:
- The alfaThree.
-
getAlfaThreeBytes
com.google.protobuf.ByteString getAlfaThreeBytes()Трёхбуквенный код страны.
string alfa_three = 2;- Returns:
- The bytes for alfaThree.
-
getName
String getName()Наименование страны.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Наименование страны.
string name = 3;- Returns:
- The bytes for name.
-
getNameBrief
String getNameBrief()Краткое наименование страны.
string name_brief = 4;- Returns:
- The nameBrief.
-
getNameBriefBytes
com.google.protobuf.ByteString getNameBriefBytes()Краткое наименование страны.
string name_brief = 4;- Returns:
- The bytes for nameBrief.
-