public class EveryDayPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryDayPeriod() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
IntervalType |
getEvery()
Get the time interval type used to determine when to generate the Periodic Reports.
|
LocalTime |
getTime()
The time when the Periodic Report will be generated.
|
int |
hashCode() |
EveryDayPeriod |
setTime(LocalTime time)
The time when the Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic LocalTime getTime()
public EveryDayPeriod setTime(LocalTime time)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object