public class EveryHourPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryHourPeriod() |
| 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.
|
Integer |
getMinute()
The minute when the hourly Periodic Report will be generated.
|
int |
hashCode() |
EveryHourPeriod |
setMinute(Integer minute)
The minute when the hourly Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic Integer getMinute()
public EveryHourPeriod setMinute(Integer minute)
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