- 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()longgetDeleteAt()StringgetEmojiName()StringgetPostId()StringgetRemoteId()longgetUpdateAt()StringgetUserId()inthashCode()voidsetCreateAt(long createAt)voidsetDeleteAt(long deleteAt)voidsetEmojiName(String emojiName)voidsetPostId(String postId)voidsetRemoteId(String remoteId)voidsetUpdateAt(long updateAt)voidsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
getUserId
public String getUserId()
-
getPostId
public String getPostId()
-
getEmojiName
public String getEmojiName()
-
getCreateAt
public long getCreateAt()
-
getUpdateAt
public long getUpdateAt()
- Since:
- Mattermost Server 5.33
-
getDeleteAt
public long getDeleteAt()
- Since:
- Mattermost Server 5.33
-
getRemoteId
public String getRemoteId()
- Since:
- Mattermost Server 5.35
-
setUserId
public void setUserId(String userId)
-
setPostId
public void setPostId(String postId)
-
setEmojiName
public void setEmojiName(String emojiName)
-
setCreateAt
public void setCreateAt(long createAt)
-
setUpdateAt
public void setUpdateAt(long updateAt)
- Since:
- Mattermost Server 5.33
-
setDeleteAt
public void setDeleteAt(long deleteAt)
- Since:
- Mattermost Server 5.33
-
setRemoteId
public void setRemoteId(String remoteId)
- Since:
- Mattermost Server 5.35
-
canEqual
protected boolean canEqual(Object other)
-
-