Class ContentReaction
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.ContentReaction
-
- All Implemented Interfaces:
Serializable
public class ContentReaction extends Object implements Serializable
User reaction to public message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentReaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentReactioncount(Double count)Number of users that reacted this way to the message.booleanequals(Object o)DoublegetCount()ReactionTypegetReactionType()inthashCode()ContentReactionreactionType(ReactionType reactionType)Type of reaction.voidsetCount(Double count)voidsetReactionType(ReactionType reactionType)StringtoString()
-
-
-
Method Detail
-
count
public ContentReaction count(Double count)
Number of users that reacted this way to the message.
-
getCount
public Double getCount()
-
setCount
public void setCount(Double count)
-
reactionType
public ContentReaction reactionType(ReactionType reactionType)
Type of reaction.
-
getReactionType
public ReactionType getReactionType()
-
setReactionType
public void setReactionType(ReactionType reactionType)
-
-