Class Service

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getApnCredentialSid

        public final String getApnCredentialSid()
      • getGcmCredentialSid

        public final String getGcmCredentialSid()
      • getFcmCredentialSid

        public final String getFcmCredentialSid()
      • getMessagingServiceSid

        public final String getMessagingServiceSid()
      • getFacebookMessengerPageId

        public final String getFacebookMessengerPageId()
      • getDefaultApnNotificationProtocolVersion

        public final String getDefaultApnNotificationProtocolVersion()
      • getDefaultGcmNotificationProtocolVersion

        public final String getDefaultGcmNotificationProtocolVersion()
      • getDefaultFcmNotificationProtocolVersion

        public final String getDefaultFcmNotificationProtocolVersion()
      • getLogEnabled

        public final Boolean getLogEnabled()
      • getUrl

        public final URI getUrl()
      • getAlexaSkillId

        public final String getAlexaSkillId()
      • getDefaultAlexaNotificationProtocolVersion

        public final String getDefaultAlexaNotificationProtocolVersion()
      • getDeliveryCallbackUrl

        public final String getDeliveryCallbackUrl()
      • getDeliveryCallbackEnabled

        public final Boolean getDeliveryCallbackEnabled()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object