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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetRegisteredGovernanceServiceGUID(String registeredGovernanceServiceGUID) Set up the unique identifier of the registered governance service that has changed.voidsetRequestParameters(Map<String, String> requestParameters) Set up the list of default analysis parameters for the governance service affected by the change.voidsetRequestType(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, setGovernanceEngineNameMethods 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:
toStringin classGovernanceEngineConfigurationEvent- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classGovernanceEngineConfigurationEvent- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classGovernanceEngineConfigurationEvent- Returns:
- int hash code
-