public class TeamUnread extends Object
| Constructor and Description |
|---|
TeamUnread() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getMentionCount() |
String |
getMsgCount() |
String |
getTeamId() |
int |
hashCode() |
void |
setMentionCount(String mentionCount) |
void |
setMsgCount(String msgCount) |
void |
setTeamId(String teamId) |
String |
toString() |
public String getTeamId()
public String getMsgCount()
public String getMentionCount()
public void setTeamId(String teamId)
public void setMsgCount(String msgCount)
public void setMentionCount(String mentionCount)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.