public class CommunityProfileEvent extends CommunityProfileEventHeader
| Constructor and Description |
|---|
CommunityProfileEvent()
Default constructor
|
CommunityProfileEvent(CommunityProfileEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
CommunityProfileEventType |
getEventType()
Return the type of event.
|
int |
hashCode()
Return hash code for this object
|
void |
setEventType(CommunityProfileEventType eventType)
Set up the type of event.
|
String |
toString()
JSON-style toString
|
getEventVersionId, setEventVersionIdpublic CommunityProfileEvent()
public CommunityProfileEvent(CommunityProfileEvent template)
public CommunityProfileEventType getEventType()
public void setEventType(CommunityProfileEventType 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–2019 ODPi. All rights reserved.