public class DeviceSummaryTrendResponse 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 DeviceSummaryTrendResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceSummaryTrendResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="month" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="provisionedCount" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="billedCount" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="suspendedCount" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cancelledCount" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected String |
billedCount |
protected String |
cancelledCount |
protected String |
month |
protected String |
provisionedCount |
protected String |
suspendedCount |
| Constructor and Description |
|---|
DeviceSummaryTrendResponse() |
| 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) |
String |
getAccountId()
Gets the value of the accountId property.
|
String |
getBilledCount()
Gets the value of the billedCount property.
|
String |
getCancelledCount()
Gets the value of the cancelledCount property.
|
String |
getMonth()
Gets the value of the month property.
|
String |
getProvisionedCount()
Gets the value of the provisionedCount property.
|
String |
getSuspendedCount()
Gets the value of the suspendedCount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setBilledCount(String value)
Sets the value of the billedCount property.
|
void |
setCancelledCount(String value)
Sets the value of the cancelledCount property.
|
void |
setMonth(String value)
Sets the value of the month property.
|
void |
setProvisionedCount(String value)
Sets the value of the provisionedCount property.
|
void |
setSuspendedCount(String value)
Sets the value of the suspendedCount property.
|
String |
toString() |
@NotNull protected String accountId
@NotNull protected String month
@NotNull protected String provisionedCount
@NotNull protected String billedCount
@NotNull protected String suspendedCount
@NotNull protected String cancelledCount
public String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getMonth()
Stringpublic void setMonth(String value)
value - allowed object is
Stringpublic String getProvisionedCount()
Stringpublic void setProvisionedCount(String value)
value - allowed object is
Stringpublic String getBilledCount()
Stringpublic void setBilledCount(String value)
value - allowed object is
Stringpublic String getSuspendedCount()
Stringpublic void setSuspendedCount(String value)
value - allowed object is
Stringpublic String getCancelledCount()
Stringpublic void setCancelledCount(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.