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 Type
    Method
    Description
    Трёхбуквенный код страны.
    com.google.protobuf.ByteString
    Трёхбуквенный код страны.
    Двухбуквенный код страны.
    com.google.protobuf.ByteString
    Двухбуквенный код страны.
    Наименование страны.
    Краткое наименование страны.
    com.google.protobuf.ByteString
    Краткое наименование страны.
    com.google.protobuf.ByteString
    Наименование страны.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.