Class RegisteredDiscoveryService
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
- org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
- org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
-
- All Implemented Interfaces:
Serializable
public class RegisteredDiscoveryService extends DiscoveryServiceProperties
RegisteredDiscoveryService describes a discovery service that has been registered with a discovery engine.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description RegisteredDiscoveryService()Default constructorRegisteredDiscoveryService(DiscoveryServiceProperties template)Copy/clone constructorRegisteredDiscoveryService(RegisteredDiscoveryService template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.Map<String,Map<String,String>>getDiscoveryRequestTypes()Return the list of asset discovery types that this discovery service supports.inthashCode()Create a hash code for this element type.voidsetDiscoveryRequestTypes(Map<String,Map<String,String>> discoveryRequestTypes)Set up the list of asset types that this discovery service supports.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
getAdditionalProperties, getConnection, getDescription, getDisplayName, getQualifiedName, setAdditionalProperties, setConnection, setDescription, setDisplayName, setQualifiedName
-
Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeName
-
-
-
-
Constructor Detail
-
RegisteredDiscoveryService
public RegisteredDiscoveryService()
Default constructor
-
RegisteredDiscoveryService
public RegisteredDiscoveryService(RegisteredDiscoveryService template)
Copy/clone constructor- Parameters:
template- object to copy
-
RegisteredDiscoveryService
public RegisteredDiscoveryService(DiscoveryServiceProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getDiscoveryRequestTypes
public Map<String,Map<String,String>> getDiscoveryRequestTypes()
Return the list of asset discovery types that this discovery service supports.- Returns:
- Map of request types to analysis parameters
-
setDiscoveryRequestTypes
public void setDiscoveryRequestTypes(Map<String,Map<String,String>> discoveryRequestTypes)
Set up the list of asset types that this discovery service supports.- Parameters:
discoveryRequestTypes- Map of request types to analysis parameters
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classDiscoveryServiceProperties- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classDiscoveryServiceProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classDiscoveryServiceProperties- Returns:
- int hash code
-
-