Class Sim

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getUniqueName

        public final String getUniqueName()
      • getAccountSid

        public final String getAccountSid()
      • getIccid

        public final String getIccid()
      • getFleetSid

        public final String getFleetSid()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object