Class TotalByDayOfWeek

java.lang.Object
com.appiancorp.suiteapi.content.Total
com.appiancorp.suiteapi.content.TotalByDayOfWeek

public class TotalByDayOfWeek extends Total
This bean tracks the count for a day of the week.
  • Constructor Details

    • TotalByDayOfWeek

      public TotalByDayOfWeek()
  • Method Details

    • getDayOfWeek

      public Integer getDayOfWeek()
      Get the day of the week (0-6, where 0=Monday).
      Returns:
      day of the week
      See Also:
    • setDayOfWeek

      public void setDayOfWeek(Integer dayOfWeek_)
      Set the day of the week (0-6, where 0=Monday).
      Parameters:
      dayOfWeek_ - day of the week (0-6)
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object