Package com.appiancorp.suiteapi.content
Class TotalByHour
java.lang.Object
com.appiancorp.suiteapi.content.Total
com.appiancorp.suiteapi.content.TotalByHour
This bean tracks the count for a an hour of the day.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the hour of day (0-23).void
setHourOfDay
(Integer hour_) Set the hour of day.toString()
-
Constructor Details
-
TotalByHour
public TotalByHour()
-
-
Method Details
-
getHourOfDay
Get the hour of day (0-23).- Returns:
- hour of day
- See Also:
-
setHourOfDay
Set the hour of day.- Parameters:
hour_
- hour of day (0-23)- See Also:
-
toString
-