Class Connection
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Connection
- All Implemented Interfaces:
Serializable
Connection is a java bean used to create connections associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get asset summaryGet clear passwordGet configuration propertiesGet connector typeGet descriptionGet display nameGet encrypted passwordGet endpointGet secured propertiesGet user idint
hashCode()
void
setAssetSummary
(String assetSummary) Set asset summaryvoid
setClearPassword
(String clearPassword) Set clear passwordvoid
setConfigurationProperties
(Map<String, String> configurationProperties) Set configuration propertiesvoid
setConnectorType
(ConnectorType connectorType) Set connector typevoid
setDescription
(String description) Set descriptionvoid
setDisplayName
(String displayName) Set display namevoid
setEncryptedPassword
(String encryptedPassword) Set encrypted passwordvoid
setEndpoint
(Endpoint endpoint) Set endpointvoid
setSecuredProperties
(Map<String, String> securedProperties) Set secured propertiesvoid
Set user idtoString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Connection
public Connection()
-
-
Method Details
-
getClearPassword
Get clear password- Returns:
- clear password
-
getConfigurationProperties
Get configuration properties- Returns:
- configuration properties
-
getDescription
Get description- Returns:
- description
-
getDisplayName
Get display name- Returns:
- display name
-
getEncryptedPassword
Get encrypted password- Returns:
- encrypted password
-
getSecuredProperties
Get secured properties- Returns:
- secured properties
-
getUserId
Get user id- Returns:
- user id
-
getConnectorType
Get connector type- Returns:
- connector type
-
getEndpoint
Get endpoint- Returns:
- endpoint
-
getAssetSummary
Get asset summary- Returns:
- asset summary
-
setClearPassword
Set clear password- Parameters:
clearPassword
- clear password
-
setConfigurationProperties
Set configuration properties- Parameters:
configurationProperties
- configuration properties
-
setDescription
Set description- Parameters:
description
- description
-
setDisplayName
Set display name- Parameters:
displayName
- display name
-
setEncryptedPassword
Set encrypted password- Parameters:
encryptedPassword
- encrypted password
-
setSecuredProperties
Set secured properties- Parameters:
securedProperties
- secured properties
-
setUserId
Set user id- Parameters:
userId
- user ID
-
setConnectorType
Set connector type- Parameters:
connectorType
- connector type
-
setEndpoint
Set endpoint- Parameters:
endpoint
- the endpoint
-
setAssetSummary
Set asset summary- Parameters:
assetSummary
- the asset summary
-
equals
- Overrides:
equals
in classReferenceable
-
canEqual
- Overrides:
canEqual
in classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCode
in classReferenceable
-
toString
- Overrides:
toString
in classReferenceable
-