public class Reaction extends Object
| Constructor and Description |
|---|
Reaction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
long |
getCreateAt() |
String |
getEmojiName() |
String |
getPostId() |
String |
getUserId() |
int |
hashCode() |
void |
setCreateAt(long createAt) |
void |
setEmojiName(String emojiName) |
void |
setPostId(String postId) |
void |
setUserId(String userId) |
String |
toString() |
public String getUserId()
public String getPostId()
public String getEmojiName()
public long getCreateAt()
public void setUserId(String userId)
public void setPostId(String postId)
public void setEmojiName(String emojiName)
public void setCreateAt(long createAt)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.