public class EveryMonthPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryMonthPeriod() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDayOfMonth()
Gets the setting of day 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() |
boolean |
isEndOfMonth()
Checks whether the day when the Periodic Report will be generated is set to "END_OF_MONTH".
|
EveryMonthPeriod |
setDayOfMonth(int dayOfMonth)
Sets the setting of day when the Periodic Report will be generated.
|
EveryMonthPeriod |
setEndOfMonth()
Sets the setting of day when the Periodic Report will be generated to "END_OF_MONTH".
|
EveryMonthPeriod |
setTime(LocalTime time)
The time when the Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic boolean isEndOfMonth()
public Integer getDayOfMonth()
public EveryMonthPeriod setDayOfMonth(int dayOfMonth)
setEndOfMonth().dayOfMonth - the day of Monthpublic EveryMonthPeriod setEndOfMonth()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic LocalTime getTime()
public EveryMonthPeriod setTime(LocalTime time)
this.