public class DiscoveryServiceProperties extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
DiscoveryServiceProperties()
Default constructor
|
DiscoveryServiceProperties(DiscoveryServiceProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Connection |
getConnection()
Return the connection used to create a instance of this discovery service.
|
String |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setConnection(Connection connection)
Set up the connection used to create a instance of this discovery service.
|
void |
setDescription(String description)
Set up the stored description property associated with the asset.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the asset.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic DiscoveryServiceProperties()
public DiscoveryServiceProperties(DiscoveryServiceProperties template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getDescription()
public void setDescription(String description)
description - String textpublic void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public Connection getConnection()
public void setConnection(Connection connection)
connection - connection objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.