java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Connection
All Implemented Interfaces:
Serializable

public class Connection extends Referenceable
Connection is a java bean used to create connections associated with the external data engine.
See Also:
  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • getClearPassword

      public String getClearPassword()
      Get clear password
      Returns:
      clear password
    • getConfigurationProperties

      public Map<String,String> getConfigurationProperties()
      Get configuration properties
      Returns:
      configuration properties
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • getDisplayName

      public String getDisplayName()
      Get display name
      Returns:
      display name
    • getEncryptedPassword

      public String getEncryptedPassword()
      Get encrypted password
      Returns:
      encrypted password
    • getSecuredProperties

      public Map<String,String> getSecuredProperties()
      Get secured properties
      Returns:
      secured properties
    • getUserId

      public String getUserId()
      Get user id
      Returns:
      user id
    • getConnectorType

      public ConnectorType getConnectorType()
      Get connector type
      Returns:
      connector type
    • getEndpoint

      public Endpoint getEndpoint()
      Get endpoint
      Returns:
      endpoint
    • getAssetSummary

      public String getAssetSummary()
      Get asset summary
      Returns:
      asset summary
    • setClearPassword

      public void setClearPassword(String clearPassword)
      Set clear password
      Parameters:
      clearPassword - clear password
    • setConfigurationProperties

      public void setConfigurationProperties(Map<String,String> configurationProperties)
      Set configuration properties
      Parameters:
      configurationProperties - configuration properties
    • setDescription

      public void setDescription(String description)
      Set description
      Parameters:
      description - description
    • setDisplayName

      public void setDisplayName(String displayName)
      Set display name
      Parameters:
      displayName - display name
    • setEncryptedPassword

      public void setEncryptedPassword(String encryptedPassword)
      Set encrypted password
      Parameters:
      encryptedPassword - encrypted password
    • setSecuredProperties

      public void setSecuredProperties(Map<String,String> securedProperties)
      Set secured properties
      Parameters:
      securedProperties - secured properties
    • setUserId

      public void setUserId(String userId)
      Set user id
      Parameters:
      userId - user ID
    • setConnectorType

      public void setConnectorType(ConnectorType connectorType)
      Set connector type
      Parameters:
      connectorType - connector type
    • setEndpoint

      public void setEndpoint(Endpoint endpoint)
      Set endpoint
      Parameters:
      endpoint - the endpoint
    • setAssetSummary

      public void setAssetSummary(String assetSummary)
      Set asset summary
      Parameters:
      assetSummary - the asset summary
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Referenceable
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Referenceable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Referenceable
    • toString

      public String toString()
      Overrides:
      toString in class Referenceable