Class Address

    • Method Detail

      • fromJson

        public static Address fromJson​(String json,
                                       com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a Address object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        Address object represented by the provided JSON
      • fromJson

        public static Address fromJson​(InputStream json,
                                       com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a Address object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        Address object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
      • getCity

        public final String getCity()
      • getCustomerName

        public final String getCustomerName()
      • getFriendlyName

        public final String getFriendlyName()
      • getIsoCountry

        public final String getIsoCountry()
      • getPostalCode

        public final String getPostalCode()
      • getRegion

        public final String getRegion()
      • getSid

        public final String getSid()
      • getStreet

        public final String getStreet()
      • getUri

        public final String getUri()
      • getEmergencyEnabled

        public final Boolean getEmergencyEnabled()
      • getValidated

        public final Boolean getValidated()
      • getVerified

        public final Boolean getVerified()
      • getStreetSecondary

        public final String getStreetSecondary()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object