Class OverviewContent

java.lang.Object
com.liferay.analytics.cms.rest.dto.v1_0.OverviewContent
All Implemented Interfaces:
Serializable

@Generated("") public class OverviewContent extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • categoriesCount

      protected Long categoriesCount
    • tagsCount

      protected Long tagsCount
    • totalCount

      protected Long totalCount
    • trend

      protected Trend trend
    • vocabulariesCount

      protected Long vocabulariesCount
    • xClassName

      public String xClassName
  • Constructor Details

    • OverviewContent

      public OverviewContent()
  • Method Details

    • toDTO

      public static OverviewContent toDTO(String json)
    • unsafeToDTO

      public static OverviewContent unsafeToDTO(String json)
    • getCategoriesCount

      public Long getCategoriesCount()
    • setCategoriesCount

      public void setCategoriesCount(Long categoriesCount)
    • setCategoriesCount

      public void setCategoriesCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> categoriesCountUnsafeSupplier)
    • getTagsCount

      public Long getTagsCount()
    • setTagsCount

      public void setTagsCount(Long tagsCount)
    • setTagsCount

      public void setTagsCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> tagsCountUnsafeSupplier)
    • getTotalCount

      public Long getTotalCount()
    • setTotalCount

      public void setTotalCount(Long totalCount)
    • setTotalCount

      public void setTotalCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> totalCountUnsafeSupplier)
    • getTrend

      @Valid public @Valid Trend getTrend()
    • setTrend

      public void setTrend(Trend trend)
    • setTrend

      public void setTrend(com.liferay.petra.function.UnsafeSupplier<Trend,Exception> trendUnsafeSupplier)
    • getVocabulariesCount

      public Long getVocabulariesCount()
    • setVocabulariesCount

      public void setVocabulariesCount(Long vocabulariesCount)
    • setVocabulariesCount

      public void setVocabulariesCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> vocabulariesCountUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object