public class SystemReportCacheKey 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 SystemReportCacheKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemReportCacheKey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountId" type="{http://service.aeris.com/reports/v1/basetype}AccountId"/>
<element name="reportType" type="{http://service.aeris.com/reports/v1/basetype}ReportType"/>
<element name="trendDuration" type="{http://service.aeris.com/reports/v1/compositetype}TrendDuration"/>
<element name="subAccounts" type="{http://service.aeris.com/reports/v1/basetype}SubAccounts" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected ReportType |
reportType |
protected Boolean |
subAccounts |
protected TrendDuration |
trendDuration |
| Constructor and Description |
|---|
SystemReportCacheKey() |
| 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) |
long |
getAccountId()
Gets the value of the accountId property.
|
ReportType |
getReportType()
Gets the value of the reportType property.
|
TrendDuration |
getTrendDuration()
Gets the value of the trendDuration property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isSubAccounts()
Gets the value of the subAccounts property.
|
void |
setAccountId(long value)
Sets the value of the accountId property.
|
void |
setReportType(ReportType value)
Sets the value of the reportType property.
|
void |
setSubAccounts(Boolean value)
Sets the value of the subAccounts property.
|
void |
setTrendDuration(TrendDuration value)
Sets the value of the trendDuration property.
|
String |
toString() |
@NotNull protected long accountId
@NotNull protected ReportType reportType
@NotNull protected TrendDuration trendDuration
protected Boolean subAccounts
public long getAccountId()
public void setAccountId(long value)
public ReportType getReportType()
ReportTypepublic void setReportType(ReportType value)
value - allowed object is
ReportTypepublic TrendDuration getTrendDuration()
TrendDurationpublic void setTrendDuration(TrendDuration value)
value - allowed object is
TrendDurationpublic Boolean isSubAccounts()
Stringpublic void setSubAccounts(Boolean value)
value - allowed object is
Stringpublic 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.