Interface UspsAddressOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UspsAddress, UspsAddress.Builder

    public interface UspsAddressOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFirstAddressLine

        String getFirstAddressLine()
         First address line.
         
        string first_address_line = 1;
        Returns:
        The firstAddressLine.
      • getFirstAddressLineBytes

        com.google.protobuf.ByteString getFirstAddressLineBytes()
         First address line.
         
        string first_address_line = 1;
        Returns:
        The bytes for firstAddressLine.
      • getFirm

        String getFirm()
         Firm name.
         
        string firm = 2;
        Returns:
        The firm.
      • getFirmBytes

        com.google.protobuf.ByteString getFirmBytes()
         Firm name.
         
        string firm = 2;
        Returns:
        The bytes for firm.
      • getSecondAddressLine

        String getSecondAddressLine()
         Second address line.
         
        string second_address_line = 3;
        Returns:
        The secondAddressLine.
      • getSecondAddressLineBytes

        com.google.protobuf.ByteString getSecondAddressLineBytes()
         Second address line.
         
        string second_address_line = 3;
        Returns:
        The bytes for secondAddressLine.
      • getUrbanization

        String getUrbanization()
         Puerto Rican urbanization name.
         
        string urbanization = 4;
        Returns:
        The urbanization.
      • getUrbanizationBytes

        com.google.protobuf.ByteString getUrbanizationBytes()
         Puerto Rican urbanization name.
         
        string urbanization = 4;
        Returns:
        The bytes for urbanization.
      • getCityStateZipAddressLine

        String getCityStateZipAddressLine()
         City + state + postal code.
         
        string city_state_zip_address_line = 5;
        Returns:
        The cityStateZipAddressLine.
      • getCityStateZipAddressLineBytes

        com.google.protobuf.ByteString getCityStateZipAddressLineBytes()
         City + state + postal code.
         
        string city_state_zip_address_line = 5;
        Returns:
        The bytes for cityStateZipAddressLine.
      • getCity

        String getCity()
         City name.
         
        string city = 6;
        Returns:
        The city.
      • getCityBytes

        com.google.protobuf.ByteString getCityBytes()
         City name.
         
        string city = 6;
        Returns:
        The bytes for city.
      • getState

        String getState()
         2 letter state code.
         
        string state = 7;
        Returns:
        The state.
      • getStateBytes

        com.google.protobuf.ByteString getStateBytes()
         2 letter state code.
         
        string state = 7;
        Returns:
        The bytes for state.
      • getZipCode

        String getZipCode()
         Postal code e.g. 10009.
         
        string zip_code = 8;
        Returns:
        The zipCode.
      • getZipCodeBytes

        com.google.protobuf.ByteString getZipCodeBytes()
         Postal code e.g. 10009.
         
        string zip_code = 8;
        Returns:
        The bytes for zipCode.
      • getZipCodeExtension

        String getZipCodeExtension()
         4-digit postal code extension e.g. 5023.
         
        string zip_code_extension = 9;
        Returns:
        The zipCodeExtension.
      • getZipCodeExtensionBytes

        com.google.protobuf.ByteString getZipCodeExtensionBytes()
         4-digit postal code extension e.g. 5023.
         
        string zip_code_extension = 9;
        Returns:
        The bytes for zipCodeExtension.