public class KarmaPointOutboundEvent extends PersonalProfileOutboundEvent
| Constructor and Description |
|---|
KarmaPointOutboundEvent()
Default constructor
|
KarmaPointOutboundEvent(KarmaPointOutboundEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
long |
getPlateau()
Return the current karma point plateau for this individual.
|
long |
getPointsTotal()
Return the total number of karma points that an individual has achieved.
|
String |
getUserId()
Return user identity of associated user.
|
int |
hashCode()
Return hash code for this object
|
void |
setPlateau(long plateau)
Set up the current karma point plateau for this individual.
|
void |
setPointsTotal(long pointsTotal)
Set up the total number of karma points that an individual has achieved.
|
void |
setUserId(String userId)
Set up the user id of the associated user.
|
String |
toString()
JSON-style toString
|
getPersonalProfile, setPersonalProfilegetEventType, setEventTypegetEventVersionId, setEventVersionIdpublic KarmaPointOutboundEvent()
public KarmaPointOutboundEvent(KarmaPointOutboundEvent template)
template - object to copypublic String getUserId()
public void setUserId(String userId)
userId - user idpublic long getPointsTotal()
public void setPointsTotal(long pointsTotal)
pointsTotal - longpublic long getPlateau()
public void setPlateau(long plateau)
plateau - longpublic String toString()
toString in class PersonalProfileOutboundEventpublic boolean equals(Object objectToCompare)
equals in class PersonalProfileOutboundEventobjectToCompare - test objectpublic int hashCode()
hashCode in class PersonalProfileOutboundEventCopyright © 2018–2019 ODPi. All rights reserved.