Class ChannelSourceMysql


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20190415")
    public final class ChannelSourceMysql
    extends ChannelSource
    Core properties of a Mysql Channel source.
    Note: Objects should always be created or deserialized using the ChannelSourceMysql.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 ChannelSourceMysql.Builder, which maintain a set of all explicitly set fields called ChannelSourceMysql.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

      • getHostname

        public String getHostname()
        The network address of the MySQL instance.
        Returns:
        the value
      • getPort

        public Integer getPort()
        The port the source MySQL instance listens on.
        Returns:
        the value
      • getUsername

        public String getUsername()
        The name of the replication user on the source MySQL instance.

        The username has a maximum length of 96 characters. For more information, please see the MySQL documentation

        Returns:
        the value
      • getSslCaCertificate

        public CaCertificate getSslCaCertificate()
      • getMustUseIpv6OnDualStack

        public Boolean getMustUseIpv6OnDualStack()
        Whether the connection of the channel will be requested using the IPv6 address of the dual stack DB system or not.

        Default: False.

        Returns:
        the value
      • toString

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