Class SearchStatisticsDTO

java.lang.Object
org.codeability.sharing.plugins.api.search.SearchStatisticsDTO
All Implemented Interfaces:
Serializable

public class SearchStatisticsDTO extends Object implements Serializable
A DTO for the statistics entity.
See Also:
  • Constructor Details

    • SearchStatisticsDTO

      public SearchStatisticsDTO()
  • Method Details

    • getViews

      public Integer getViews()
    • setViews

      public void setViews(Integer views)
    • getDownloads

      public Integer getDownloads()
    • setDownloads

      public void setDownloads(Integer downloads)
    • getBadgeRewarded

      public Boolean getBadgeRewarded()
    • setBadgeRewarded

      public void setBadgeRewarded(Boolean badgeRewarded)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object