com.atlassian.confluence.plugins.dailysummary.content.popular
Class PopularContentExcerptDto
java.lang.Object
com.atlassian.confluence.plugins.dailysummary.content.popular.PopularContentExcerptDto
public class PopularContentExcerptDto
- extends java.lang.Object
An immutable dto with the information need to display the popular content.
Follows the fluid Builder pattern to ensure immutability. Construct with a call
to
Builder builder = new Builder();
... set requisite properties on builder
builder.build();
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getImageDataSources
public java.util.Map<java.lang.String,javax.activation.DataSource> getImageDataSources()
getNetworkParticipants
public java.util.List<com.atlassian.user.User> getNetworkParticipants()
getCommentCount
public int getCommentCount()
getLikeCount
public int getLikeCount()
getAuthor
public com.atlassian.user.User getAuthor()
getExcerptHtml
public java.lang.String getExcerptHtml()
getContentTitle
public java.lang.String getContentTitle()
getContentLink
public java.lang.String getContentLink()
getContentId
public long getContentId()
getCreatorName
public java.lang.String getCreatorName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2014 Atlassian. All Rights Reserved.