public abstract class CommunityProfileOutboundEvent extends CommunityProfileEventHeader
| Constructor and Description |
|---|
CommunityProfileOutboundEvent()
Default constructor
|
CommunityProfileOutboundEvent(CommunityProfileOutboundEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
CommunityProfileOutboundEventType |
getEventType()
Return the type of event.
|
int |
hashCode()
Return hash code for this object
|
void |
setEventType(CommunityProfileOutboundEventType eventType)
Set up the type of event.
|
String |
toString()
JSON-style toString
|
getEventVersionId, setEventVersionIdpublic CommunityProfileOutboundEvent()
public CommunityProfileOutboundEvent(CommunityProfileOutboundEvent template)
template - object to copypublic CommunityProfileOutboundEventType getEventType()
public void setEventType(CommunityProfileOutboundEventType eventType)
eventType - - event type enumpublic String toString()
toString in class CommunityProfileEventHeaderpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileEventHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileEventHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.