public class UserFollow
extends java.lang.Object
| Constructor and Description |
|---|
UserFollow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Channel |
getChannel() |
java.util.Date |
getCreatedAt() |
int |
hashCode() |
boolean |
notificationsEnabled() |
void |
setChannel(Channel channel) |
void |
setCreatedAt(java.util.Date createdAt) |
void |
setNotifications(boolean notifications) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Date getCreatedAt()
public void setCreatedAt(java.util.Date createdAt)
public boolean notificationsEnabled()
public void setNotifications(boolean notifications)
public Channel getChannel()
public void setChannel(Channel channel)