Class SettingsUpdate

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getIccid

        public final String getIccid()
      • getSimSid

        public final String getSimSid()
      • getDateCompleted

        public final ZonedDateTime getDateCompleted()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object