Class National

    • Method Detail

      • fromJson

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

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

        public final PhoneNumber getFriendlyName()
      • getPhoneNumber

        public final PhoneNumber getPhoneNumber()
      • getLata

        public final String getLata()
      • getLocality

        public final String getLocality()
      • getRateCenter

        public final String getRateCenter()
      • getLatitude

        public final BigDecimal getLatitude()
      • getLongitude

        public final BigDecimal getLongitude()
      • getRegion

        public final String getRegion()
      • getPostalCode

        public final String getPostalCode()
      • getIsoCountry

        public final String getIsoCountry()
      • getAddressRequirements

        public final String getAddressRequirements()
      • getBeta

        public final Boolean getBeta()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object