com.atlassian.confluence.plugins.dailysummary.content.popular
Class PopularContentExcerptDto

java.lang.Object
  extended by 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();


Nested Class Summary
static class PopularContentExcerptDto.Builder
           
 
Method Summary
 com.atlassian.user.User getAuthor()
           
 int getCommentCount()
           
 long getContentId()
           
 java.lang.String getContentLink()
           
 java.lang.String getContentTitle()
           
 java.lang.String getCreatorName()
           
 java.lang.String getExcerptHtml()
           
 java.util.Map<java.lang.String,javax.activation.DataSource> getImageDataSources()
           
 int getLikeCount()
           
 java.util.List<com.atlassian.user.User> getNetworkParticipants()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.