UserReaction

Inheritance: java.lang.Object

public class UserReaction

Represents a user’s reaction.

Constructors

ConstructorDescription
UserReaction()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setName(String value)

public final void setName(String value)

Gets or sets the name of the user.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setReactionDateTime(Date value)

public final void setReactionDateTime(Date value)

Gets or sets the date and time of the reaction.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setType(int value)

public final void setType(int value)

Gets or sets the reaction type.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int