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 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
 int getCommentCount()
           
 long getContentId()
           
 String getContentLink()
           
 String getContentTitle()
           
 String getCreatorName()
           
 String getExcerptHtml()
           
 Map<String,DataSource> getImageDatasources()
           
 int getLikeCount()
           
 List<String> getNetworkParticipants()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getImageDatasources

public Map<String,DataSource> getImageDatasources()

getNetworkParticipants

public List<String> getNetworkParticipants()

getCommentCount

public int getCommentCount()

getLikeCount

public int getLikeCount()

getCreatorName

public String getCreatorName()

getExcerptHtml

public String getExcerptHtml()

getContentTitle

public String getContentTitle()

getContentLink

public String getContentLink()

getContentId

public long getContentId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.