UserReaction
Contents
[
Hide
]Inheritance: java.lang.Object
public class UserReaction
Represents a user’s reaction.
Constructors
| Constructor | Description |
|---|---|
| UserReaction() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getEmail() | Gets or sets the email of the user. |
| getName() | Gets or sets the name of the user. |
| getReactionDateTime() | Gets or sets the date and time of the reaction. |
| getType() | Gets or sets the reaction type. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setEmail(String value) | Gets or sets the email of the user. |
| setName(String value) | Gets or sets the name of the user. |
| setReactionDateTime(Date value) | Gets or sets the date and time of the reaction. |
| setType(int value) | Gets or sets the reaction type. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
UserReaction()
public UserReaction()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEmail()
public final String getEmail()
Gets or sets the email of the user.
Returns: java.lang.String
getName()
public final String getName()
Gets or sets the name of the user.
Returns: java.lang.String
getReactionDateTime()
public final Date getReactionDateTime()
Gets or sets the date and time of the reaction.
Returns: java.util.Date
getType()
public final int getType()
Gets or sets the reaction type.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setEmail(String value)
public final void setEmail(String value)
Gets or sets the email of the user.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setName(String value)
public final void setName(String value)
Gets or sets the name of the user.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setReactionDateTime(Date value)
public final void setReactionDateTime(Date value)
Gets or sets the date and time of the reaction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
setType(int value)
public final void setType(int value)
Gets or sets the reaction type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |