Class Notification

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getCallSid

        public final String getCallSid()
      • getErrorCode

        public final String getErrorCode()
      • getLog

        public final String getLog()
      • getMessageText

        public final String getMessageText()
      • getMoreInfo

        public final URI getMoreInfo()
      • getRequestMethod

        public final HttpMethod getRequestMethod()
      • getRequestUrl

        public final URI getRequestUrl()
      • getRequestVariables

        public final String getRequestVariables()
      • getResponseBody

        public final String getResponseBody()
      • getResponseHeaders

        public final String getResponseHeaders()
      • getSid

        public final String getSid()
      • getUri

        public final String getUri()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object