Class GovernanceServiceConfigurationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceEngineConfigurationEvent
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServiceConfigurationEvent
GovernanceServiceConfigurationEvent is used to inform listening engine hosts that the configuration of one of the
governance services has changed.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the unique identifier of the registered governance service that has changed.Return the list of default analysis parameters for the governance service affected by the change.Return a governance request type for the governance service affected by the change.int
hashCode()
Return hash code for this objectvoid
setRegisteredGovernanceServiceGUID
(String registeredGovernanceServiceGUID) Set up the unique identifier of the registered governance service that has changed.void
setRequestParameters
(Map<String, String> requestParameters) Set up the list of default analysis parameters for the governance service affected by the change.void
setRequestType
(String requestType) Set up the governance request type for the governance service affected by the change.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceEngineConfigurationEvent
getGovernanceEngineGUID, getGovernanceEngineName, setGovernanceEngineGUID, setGovernanceEngineName
Methods inherited from class org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
getEventType, getEventVersionId, setEventType, setEventVersionId
-
Constructor Details
-
GovernanceServiceConfigurationEvent
public GovernanceServiceConfigurationEvent()Default constructor -
GovernanceServiceConfigurationEvent
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRegisteredGovernanceServiceGUID
Return the unique identifier of the registered governance service that has changed.- Returns:
- string guid
-
setRegisteredGovernanceServiceGUID
Set up the unique identifier of the registered governance service that has changed.- Parameters:
registeredGovernanceServiceGUID
- string guid
-
getRequestType
Return a governance request type for the governance service affected by the change.- Returns:
- a governance request type
-
setRequestType
Set up the governance request type for the governance service affected by the change.- Parameters:
requestType
- a governance request type
-
getRequestParameters
Return the list of default analysis parameters for the governance service affected by the change.- Returns:
- map of parameters
-
setRequestParameters
Set up the list of default analysis parameters for the governance service affected by the change.- Parameters:
requestParameters
- map of parameters
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceEngineConfigurationEvent
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classGovernanceEngineConfigurationEvent
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classGovernanceEngineConfigurationEvent
- Returns:
- int hash code
-