public class GovernanceServiceConfigurationEvent extends GovernanceEngineEvent
| Constructor and Description |
|---|
GovernanceServiceConfigurationEvent()
Default constructor
|
GovernanceServiceConfigurationEvent(GovernanceServiceConfigurationEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getRegisteredGovernanceServiceGUID()
Return the unique identifier of the registered governance service that has changed.
|
Map<String,String> |
getRequestParameters()
Return the list of default analysis parameters for the governance service affected by the change.
|
String |
getRequestType()
Return a governance request type for the governance service affected by the change.
|
int |
hashCode()
Return hash code for this object
|
void |
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.
|
String |
toString()
JSON-style toString
|
getEventType, getEventVersionId, getGovernanceEngineGUID, getGovernanceEngineName, setEventType, setEventVersionId, setGovernanceEngineGUID, setGovernanceEngineNamepublic GovernanceServiceConfigurationEvent()
public GovernanceServiceConfigurationEvent(GovernanceServiceConfigurationEvent template)
template - object to copypublic String getRegisteredGovernanceServiceGUID()
public void setRegisteredGovernanceServiceGUID(String registeredGovernanceServiceGUID)
registeredGovernanceServiceGUID - string guidpublic String getRequestType()
public void setRequestType(String requestType)
requestType - a governance request typepublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map of parameterspublic String toString()
toString in class GovernanceEngineEventpublic boolean equals(Object objectToCompare)
equals in class GovernanceEngineEventobjectToCompare - test objectpublic int hashCode()
hashCode in class GovernanceEngineEventCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.