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()
      • getRatePlanSid

        public final String getRatePlanSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getIccid

        public final String getIccid()
      • getEId

        public final String getEId()
      • getCommandsCallbackUrl

        public final URI getCommandsCallbackUrl()
      • getCommandsCallbackMethod

        public final HttpMethod getCommandsCallbackMethod()
      • getSmsFallbackMethod

        public final HttpMethod getSmsFallbackMethod()
      • getSmsFallbackUrl

        public final URI getSmsFallbackUrl()
      • getSmsMethod

        public final HttpMethod getSmsMethod()
      • getSmsUrl

        public final URI getSmsUrl()
      • getVoiceFallbackMethod

        public final HttpMethod getVoiceFallbackMethod()
      • getVoiceFallbackUrl

        public final URI getVoiceFallbackUrl()
      • getVoiceMethod

        public final HttpMethod getVoiceMethod()
      • getVoiceUrl

        public final URI getVoiceUrl()
      • getUrl

        public final URI getUrl()
      • getIpAddress

        public final String getIpAddress()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object