public class UserReaction extends Object
Represents a user's reaction.
| Constructor and Description |
|---|
UserReaction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets or sets the email of the user.
|
String |
getName()
Gets or sets the name of the user.
|
Date |
getReactionDateTime()
Gets or sets the date and time of the reaction.
|
int |
getType()
Gets or sets the reaction type.
|
void |
setEmail(String value)
Gets or sets the email of the user.
|
void |
setName(String value)
Gets or sets the name of the user.
|
void |
setReactionDateTime(Date value)
Gets or sets the date and time of the reaction.
|
void |
setType(int value)
Gets or sets the reaction type.
|
public final String getName()
Gets or sets the name of the user.
public final void setName(String value)
Gets or sets the name of the user.
public final String getEmail()
Gets or sets the email of the user.
public final void setEmail(String value)
Gets or sets the email of the user.
public final int getType()
Gets or sets the reaction type.
public final void setType(int value)
Gets or sets the reaction type.
public final Date getReactionDateTime()
Gets or sets the date and time of the reaction.
public final void setReactionDateTime(Date value)
Gets or sets the date and time of the reaction.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.