Class DomainConfigMessagingService

    • Method Detail

      • fromJson

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

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

        public final String getDomainSid()
      • getConfigSid

        public final String getConfigSid()
      • getMessagingServiceSid

        public final String getMessagingServiceSid()
      • getFallbackUrl

        public final URI getFallbackUrl()
      • getCallbackUrl

        public final URI getCallbackUrl()
      • getContinueOnFailure

        public final Boolean getContinueOnFailure()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object