Package com.cloudera.cdp.opdb.model
Class Connector
java.lang.Object
com.cloudera.cdp.opdb.model.Connector
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.478-07:00")
public class Connector
extends Object
Information to use to connect to a database via some mechanism.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for configuration.Getter for dependencies.getKind()Getter for kind.getName()Getter for name.Getter for requiresKerberos.Getter for version.inthashCode()voidsetConfiguration(ConnectorConfiguration configuration) Setter for configuration.voidsetDependencies(DependencyManagement dependencies) Setter for dependencies.voidSetter for kind.voidSetter for name.voidsetRequiresKerberos(Boolean requiresKerberos) Setter for requiresKerberos.voidsetVersion(String version) Setter for version.toString()
-
Constructor Details
-
Connector
public Connector()
-
-
Method Details
-
getName
Getter for name. The name of the API/Library this connector represents. -
setName
Setter for name. The name of the API/Library this connector represents. -
getVersion
Getter for version. The version of the connector. -
setVersion
Setter for version. The version of the connector. -
getKind
Getter for kind. A categorization of this connector. -
setKind
Setter for kind. A categorization of this connector. -
getDependencies
Getter for dependencies. Software dependency information necessary to use the connector. -
setDependencies
Setter for dependencies. Software dependency information necessary to use the connector. -
getConfiguration
Getter for configuration. Runtime details required to use the connector. -
setConfiguration
Setter for configuration. Runtime details required to use the connector. -
getRequiresKerberos
Getter for requiresKerberos. True if the connector requires Kerberos to authenticate. -
setRequiresKerberos
Setter for requiresKerberos. True if the connector requires Kerberos to authenticate. -
equals
-
hashCode
public int hashCode() -
toString
-