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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)