public class EveryWeekPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryWeekPeriod() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DayOfWeek |
getDayOfWeek()
The day of the week when the Periodic Report will be generated.
|
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() |
EveryWeekPeriod |
setDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when the Periodic Report will be generated.
|
EveryWeekPeriod |
setTime(LocalTime time)
The time when the Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic DayOfWeek getDayOfWeek()
public LocalTime getTime()
public EveryWeekPeriod setDayOfWeek(DayOfWeek dayOfWeek)
this.public EveryWeekPeriod 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