Class Connector


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class Connector
    extends Object
    Information to use to connect to a database via some mechanism.
    • Constructor Detail

      • Connector

        public Connector()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the API/Library this connector represents.
      • setName

        public void setName​(String name)
        Setter for name. The name of the API/Library this connector represents.
      • getVersion

        public String getVersion()
        Getter for version. The version of the connector.
      • setVersion

        public void setVersion​(String version)
        Setter for version. The version of the connector.
      • getKind

        public String getKind()
        Getter for kind. A categorization of this connector.
      • setKind

        public void setKind​(String kind)
        Setter for kind. A categorization of this connector.
      • getDependencies

        public DependencyManagement getDependencies()
        Getter for dependencies. Software dependency information necessary to use the connector.
      • setDependencies

        public void setDependencies​(DependencyManagement dependencies)
        Setter for dependencies. Software dependency information necessary to use the connector.
      • getConfiguration

        public ConnectorConfiguration getConfiguration()
        Getter for configuration. Runtime details required to use the connector.
      • setConfiguration

        public void setConfiguration​(ConnectorConfiguration configuration)
        Setter for configuration. Runtime details required to use the connector.
      • getRequiresKerberos

        public Boolean getRequiresKerberos()
        Getter for requiresKerberos. True if the connector requires Kerberos to authenticate.
      • setRequiresKerberos

        public void setRequiresKerberos​(Boolean requiresKerberos)
        Setter for requiresKerberos. True if the connector requires Kerberos to authenticate.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object