public class Account 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 Account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Account">
<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="apiKey" type="{http://service.aeris.com/reports/v1/basetype}ApiKey"/>
<element name="resourcePath" type="{http://service.aeris.com/reports/v1/basetype}ResourcePath" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://service.aeris.com/reports/v1/basetype}AccountStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected String |
apiKey |
protected List<String> |
resourcePaths |
protected String |
status |
| Constructor and Description |
|---|
Account() |
| 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.
|
String |
getApiKey()
Gets the value of the apiKey property.
|
List<String> |
getResourcePaths()
Gets the value of the resourcePaths property.
|
String |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAccountId(long value)
Sets the value of the accountId property.
|
void |
setApiKey(String value)
Sets the value of the apiKey property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
String |
toString() |
@NotNull protected long accountId
@NotNull @Size(max=36) protected String apiKey
@NotNull protected String status
public long getAccountId()
public void setAccountId(long value)
public String getApiKey()
Stringpublic void setApiKey(String value)
value - allowed object is
Stringpublic List<String> getResourcePaths()
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 resourcePaths property.
For example, to add a new item, do as follows:
getResourcePaths().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getStatus()
Stringpublic void setStatus(String 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.