Class Total

java.lang.Object
com.appiancorp.suiteapi.content.Total
Direct Known Subclasses:
TotalByDayOfWeek, TotalByExtension, TotalByHour, TotalByType

public class Total extends Object
This class stores a count and is extended by classes used in the ContentStatisticsService.
  • Constructor Details

    • Total

      public Total()
  • Method Details

    • getCount

      public Integer getCount()
      Returns the count.
      Returns:
      the count
      See Also:
    • setCount

      public void setCount(Integer count_)
      Set the count.
      Parameters:
      count_ - the count
      See Also: