public class CommentStats
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
defects |
int |
drafts |
int |
leaveUnread |
int |
published |
int |
read |
int |
unread
These values are tied to the current user
|
java.lang.String |
user |
| Constructor and Description |
|---|
CommentStats() |
CommentStats(java.lang.String user,
int drafts,
int published,
int defects,
int unread,
int leaveUnread,
int read) |