Class IpCommand

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getSimSid

        public final String getSimSid()
      • getSimIccid

        public final String getSimIccid()
      • getDeviceIp

        public final String getDeviceIp()
      • getDevicePort

        public final Integer getDevicePort()
      • getPayload

        public final String getPayload()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object