public class ReportConfig extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ReportConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scheduledReportRecipients" type="{http://service.aeris.com/reports/v1/basetype}Email" minOccurs="0"/>
<element name="maxSheduledReportsCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount" minOccurs="0"/>
<element name="maxArchivedReportsCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxArchivedReportsCount |
protected Integer |
maxSheduledReportsCount |
protected String |
scheduledReportRecipients |
| Constructor and Description |
|---|
ReportConfig() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getMaxArchivedReportsCount()
Gets the value of the maxArchivedReportsCount property.
|
Integer |
getMaxSheduledReportsCount()
Gets the value of the maxSheduledReportsCount property.
|
String |
getScheduledReportRecipients()
Gets the value of the scheduledReportRecipients property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMaxArchivedReportsCount(Integer value)
Sets the value of the maxArchivedReportsCount property.
|
void |
setMaxSheduledReportsCount(Integer value)
Sets the value of the maxSheduledReportsCount property.
|
void |
setScheduledReportRecipients(String value)
Sets the value of the scheduledReportRecipients property.
|
String |
toString() |
protected String scheduledReportRecipients
@Digits(integer=3,
fraction=0)
protected Integer maxSheduledReportsCount
@Digits(integer=3,
fraction=0)
protected Integer maxArchivedReportsCount
public String getScheduledReportRecipients()
Stringpublic void setScheduledReportRecipients(String value)
value - allowed object is
Stringpublic Integer getMaxSheduledReportsCount()
Integerpublic void setMaxSheduledReportsCount(Integer value)
value - allowed object is
Integerpublic Integer getMaxArchivedReportsCount()
Integerpublic void setMaxArchivedReportsCount(Integer value)
value - allowed object is
Integerpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2023. All rights reserved.