public abstract class GovernanceEngineEvent extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
GovernanceEngineEventType |
getEventType()
Return the type of event.
|
long |
getEventVersionId()
Return the event version id for this event structure.
|
String |
getGovernanceEngineGUID()
Return the unique identifier of the governance engine that has a configuration change.
|
String |
getGovernanceEngineName()
Return the unique name of the governance engine that has a configuration change.
|
int |
hashCode()
Return hash code for this object
|
void |
setEventType(GovernanceEngineEventType eventType)
Set up the type of event.
|
void |
setEventVersionId(long eventVersionId)
Set up the event version id for this event structure.
|
void |
setGovernanceEngineGUID(String governanceEngineGUID)
Set up the unique identifier of the governance engine that has a configuration change.
|
void |
setGovernanceEngineName(String governanceEngineName)
Set up the unique name of the governance engine that has a configuration change.
|
String |
toString()
JSON-style toString
|
public long getEventVersionId()
public void setEventVersionId(long eventVersionId)
eventVersionId - longpublic GovernanceEngineEventType getEventType()
public void setEventType(GovernanceEngineEventType eventType)
eventType - - event type enumpublic String getGovernanceEngineGUID()
public void setGovernanceEngineGUID(String governanceEngineGUID)
governanceEngineGUID - string guidpublic String getGovernanceEngineName()
public void setGovernanceEngineName(String governanceEngineName)
governanceEngineName - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.