public class UserIdentityOutboundEvent extends CommunityProfileOutboundEvent
| Constructor and Description |
|---|
UserIdentityOutboundEvent()
Default constructor
|
UserIdentityOutboundEvent(UserIdentityOutboundEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
UserIdentity |
getUserIdentity()
Return the user identity that is the subject of this event.
|
int |
hashCode()
Return hash code for this object
|
void |
setUserIdentity(UserIdentity userIdentity)
Set up the user identity that is the subject of this event.
|
String |
toString()
JSON-style toString
|
getEventType, setEventTypegetEventVersionId, setEventVersionIdpublic UserIdentityOutboundEvent()
public UserIdentityOutboundEvent(UserIdentityOutboundEvent template)
template - object to copypublic UserIdentity getUserIdentity()
public void setUserIdentity(UserIdentity userIdentity)
userIdentity - UserIdentify beanpublic String toString()
toString in class CommunityProfileOutboundEventpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileOutboundEventobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileOutboundEventCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.