public class MonthlyReportsResponse 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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="isMasterAccount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isBillable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportURLs" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://service.aeris.com/reports/v1/compositetype}ReportURL"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected Boolean |
isBillable |
protected Boolean |
isMasterAccount |
protected List<ReportURLs> |
reportURLs |
| Constructor and Description |
|---|
MonthlyReportsResponse() |
| 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.
|
List<ReportURLs> |
getReportURLs()
Gets the value of the reportURLs property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isIsBillable()
Gets the value of the isBillable property.
|
Boolean |
isIsMasterAccount()
Gets the value of the isMasterAccount property.
|
void |
setAccountId(long value)
Sets the value of the accountId property.
|
void |
setIsBillable(Boolean value)
Sets the value of the isBillable property.
|
void |
setIsMasterAccount(Boolean value)
Sets the value of the isMasterAccount property.
|
String |
toString() |
@NotNull protected long accountId
@NotNull protected Boolean isMasterAccount
@NotNull protected Boolean isBillable
protected List<ReportURLs> reportURLs
public long getAccountId()
public void setAccountId(long value)
public Boolean isIsMasterAccount()
Stringpublic void setIsMasterAccount(Boolean value)
value - allowed object is
Stringpublic Boolean isIsBillable()
Stringpublic void setIsBillable(Boolean value)
value - allowed object is
Stringpublic List<ReportURLs> getReportURLs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reportURLs property.
For example, to add a new item, do as follows:
getReportURLs().add(newItem);
Objects of the following type(s) are allowed in the list
ReportURLs
public 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.