public class PeriodicReport
extends Object
| Constructor and Description |
|---|
PeriodicReport() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getActive()
The activation status of the "Periodic Reports" option.
|
PeriodicReportPeriod |
getPeriod()
An object containing the "Period" options.
|
int |
hashCode() |
PeriodicReport |
setActive(Boolean active)
The activation status of the "Periodic Reports" option.
|
PeriodicReport |
setPeriod(PeriodicReportPeriod period)
An object containing the "Period" options.
|
String |
toString() |
public Boolean getActive()
public PeriodicReportPeriod getPeriod()
public PeriodicReport setActive(Boolean active)
this.public PeriodicReport setPeriod(PeriodicReportPeriod period)
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