Class Connection
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Connection
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet asset summaryGet clear passwordGet configuration propertiesGet connector typeGet descriptionGet display nameGet encrypted passwordGet endpointGet secured propertiesGet user idinthashCode()voidsetAssetSummary(String assetSummary) Set asset summaryvoidsetClearPassword(String clearPassword) Set clear passwordvoidsetConfigurationProperties(Map<String, String> configurationProperties) Set configuration propertiesvoidsetConnectorType(ConnectorType connectorType) Set connector typevoidsetDescription(String description) Set descriptionvoidsetDisplayName(String displayName) Set display namevoidsetEncryptedPassword(String encryptedPassword) Set encrypted passwordvoidsetEndpoint(Endpoint endpoint) Set endpointvoidsetSecuredProperties(Map<String, String> securedProperties) Set secured propertiesvoidSet 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:
equalsin classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCodein classReferenceable
-
toString
- Overrides:
toStringin classReferenceable
-