public class GovernanceActionEvent extends GovernanceEngineEvent
| Constructor and Description |
|---|
GovernanceActionEvent()
Default constructor
|
GovernanceActionEvent(GovernanceActionEvent template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GovernanceActionElement |
getGovernanceActionElement()
Return the description of the governance action.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceActionElement(GovernanceActionElement governanceActionElement)
Set up the description of the governance action..
|
String |
toString()
JSON-style toString
|
getEventType, getEventVersionId, getGovernanceEngineGUID, getGovernanceEngineName, setEventType, setEventVersionId, setGovernanceEngineGUID, setGovernanceEngineNamepublic GovernanceActionEvent()
public GovernanceActionEvent(GovernanceActionEvent template)
template - object to copypublic GovernanceActionElement getGovernanceActionElement()
public void setGovernanceActionElement(GovernanceActionElement governanceActionElement)
governanceActionElement - governance action elementpublic 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.