public abstract class WatchdogGovernanceEvent extends Object implements Serializable
| Constructor and Description |
|---|
WatchdogGovernanceEvent()
Default constructor
|
WatchdogGovernanceEvent(WatchdogGovernanceEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
WatchdogEventType |
getEventType()
Return the type of event (used to get the class to cast to).
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEventType(WatchdogEventType eventType)
Set up the event type.
|
String |
toString()
Standard toString method.
|
public WatchdogGovernanceEvent()
public WatchdogGovernanceEvent(WatchdogGovernanceEvent template)
template - object to copypublic WatchdogEventType getEventType()
public void setEventType(WatchdogEventType eventType)
eventType - event typepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.