public class CommunityOutboundEvent extends CommunityProfileOutboundEvent
| Constructor and Description |
|---|
CommunityOutboundEvent()
Default constructor
|
CommunityOutboundEvent(CommunityOutboundEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Community |
getCommunity()
Return the community details.
|
int |
hashCode()
Return hash code for this object
|
void |
setCommunity(Community community)
Set up the community details.
|
String |
toString()
JSON-style toString
|
getEventType, setEventTypegetEventVersionId, setEventVersionIdpublic CommunityOutboundEvent()
public CommunityOutboundEvent(CommunityOutboundEvent template)
template - object to copypublic Community getCommunity()
public void setCommunity(Community community)
community - Community beanpublic String toString()
toString in class CommunityProfileOutboundEventpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileOutboundEventobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileOutboundEventCopyright © 2018–2020 ODPi. All rights reserved.