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.String getAbbreviation()
      string abbreviation = 2 [json_name = "abbreviation"];
      com.google.protobuf.ByteString getAbbreviationBytes()
      string abbreviation = 2 [json_name = "abbreviation"];
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.