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 TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetDiscoveryEngineGUID(String discoveryEngineGUID) Set up the unique identifier of the discovery engine that has a configuration change.voidsetDiscoveryEngineName(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:
toStringin classDiscoveryEngineEvent- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classDiscoveryEngineEvent- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classDiscoveryEngineEvent- Returns:
- int hash code
-