public class DashboardPopularStreamItem extends AbstractDashboardStreamItem
iconClass, linkUrl, title, UNKNOWN_ICON
Constructor and Description |
---|
DashboardPopularStreamItem(String title,
String linkUrl,
String iconClass,
String author,
int likes,
int comments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAuthor()
Returns the username of the person who the update belongs to
|
int |
getComments()
Returns the number of comments/replies that the update has
|
int |
getLikes()
Returns the number of likes for the update
|
int |
hashCode() |
getIconClass, getLinkUrl, getTitle, toString
public String getAuthor()
public int getLikes()
public int getComments()
public int hashCode()
hashCode
in class AbstractDashboardStreamItem
public boolean equals(Object obj)
equals
in class AbstractDashboardStreamItem
Copyright © 2003–2017 Atlassian. All rights reserved.