Class DiscoveryEngineConfigurationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DiscoveryServiceConfigurationEvent
DiscoveryEngineConfigurationEvent is used to inform the discovery server that the configuration of
one of its discovery engines has changed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the unique identifier of the discovery engine that has a configuration change.Return the unique name of the discovery engine that has a configuration change.int
hashCode()
Return hash code for this objectvoid
setDiscoveryEngineGUID
(String discoveryEngineGUID) Set up the unique identifier of the discovery engine that has a configuration change.void
setDiscoveryEngineName
(String discoveryEngineName) Set up the unique name of the discovery engine that has a configuration change.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
getEventType, getEventVersionId, setEventType, setEventVersionId
-
Constructor Details
-
DiscoveryEngineConfigurationEvent
public DiscoveryEngineConfigurationEvent()Default constructor -
DiscoveryEngineConfigurationEvent
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getDiscoveryEngineGUID
Return the unique identifier of the discovery engine that has a configuration change.- Returns:
- string guid
-
setDiscoveryEngineGUID
Set up the unique identifier of the discovery engine that has a configuration change.- Parameters:
discoveryEngineGUID
- string guid
-
getDiscoveryEngineName
Return the unique name of the discovery engine that has a configuration change.- Returns:
- string name
-
setDiscoveryEngineName
Set up the unique name of the discovery engine that has a configuration change.- Parameters:
discoveryEngineName
- string name
-
toString
JSON-style toString- Overrides:
toString
in classDiscoveryEngineEvent
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classDiscoveryEngineEvent
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classDiscoveryEngineEvent
- Returns:
- int hash code
-