Class CreateOSSChannelDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20190506")
    public final class CreateOSSChannelDetails
    extends CreateChannelDetails
    Properties required to create an Oracle Streaming Service (OSS) channel.
    Note: Objects should always be created or deserialized using the CreateOSSChannelDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CreateOSSChannelDetails.Builder, which maintain a set of all explicitly set fields called CreateOSSChannelDetails.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getEventSinkBotIds

        public List<String> getEventSinkBotIds()
        The IDs of the Skills and Digital Assistants that the Channel is routed to.
        Returns:
        the value
      • getInboundMessageTopic

        public String getInboundMessageTopic()
        The topic inbound messages are received on.
        Returns:
        the value
      • getOutboundMessageTopic

        public String getOutboundMessageTopic()
        The topic outbound messages are sent on.
        Returns:
        the value
      • getBootstrapServers

        public String getBootstrapServers()
        The Oracle Streaming Service bootstrap servers.
        Returns:
        the value
      • getSecurityProtocol

        public String getSecurityProtocol()
        The security protocol to use when conecting to the Oracle Streaming Service.

        See Oracle Streaming Service documentation for a list of valid values.

        Returns:
        the value
      • getSaslMechanism

        public String getSaslMechanism()
        The SASL mechanmism to use when conecting to the Oracle Streaming Service.

        See Oracle Streaming Service documentation for a list of valid values.

        Returns:
        the value
      • getTenancyName

        public String getTenancyName()
        The tenancy to use when connecting to the Oracle Streaming Service.
        Returns:
        the value
      • getUserName

        public String getUserName()
        The user name to use when connecting to the Oracle Streaming Service.
        Returns:
        the value
      • getStreamPoolId

        public String getStreamPoolId()
        The stream pool OCI to use when connecting to the Oracle Streaming Service.
        Returns:
        the value
      • getAuthToken

        public String getAuthToken()
        The authentication token to use when connecting to the Oracle Streaming Service.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class CreateChannelDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation