- java.lang.Object
-
- net.bis5.mattermost.model.Reaction
-
public class Reaction extends Object
Reaction.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description Reaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetCreateAt()StringgetEmojiName()StringgetPostId()StringgetUserId()inthashCode()voidsetCreateAt(long createAt)voidsetEmojiName(String emojiName)voidsetPostId(String postId)voidsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
getUserId
public String getUserId()
-
getPostId
public String getPostId()
-
getEmojiName
public String getEmojiName()
-
getCreateAt
public long getCreateAt()
-
setUserId
public void setUserId(String userId)
-
setPostId
public void setPostId(String postId)
-
setEmojiName
public void setEmojiName(String emojiName)
-
setCreateAt
public void setCreateAt(long createAt)
-
canEqual
protected boolean canEqual(Object other)
-
-