public class SubAccountTrafficSummaryTrendResponse 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>
<group ref="{http://service.aeris.com/reports/v1/compositetype}TrafficSummaryTrendResponseGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected long |
bytesIn |
protected long |
bytesOut |
protected long |
bytesTransferred |
protected String |
date |
protected long |
deviceId |
protected String |
eventDate |
protected String |
packetDataKb |
protected long |
sessionCount |
protected long |
smsMessages |
protected String |
totalSMSCount |
protected String |
totalVoiceCount |
protected long |
voiceCalls |
protected long |
voiceDuration |
| Constructor and Description |
|---|
SubAccountTrafficSummaryTrendResponse() |
| 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.
|
long |
getBytesIn()
Gets the value of the bytesIn property.
|
long |
getBytesOut()
Gets the value of the bytesOut property.
|
long |
getBytesTransferred()
Gets the value of the bytesTransferred property.
|
String |
getDate()
Gets the value of the date property.
|
long |
getDeviceId()
Gets the value of the deviceId property.
|
String |
getEventDate()
Gets the value of the eventDate property.
|
String |
getPacketDataKb()
Gets the value of the packetDataKb property.
|
long |
getSessionCount()
Gets the value of the sessionCount property.
|
long |
getSmsMessages()
Gets the value of the smsMessages property.
|
String |
getTotalSMSCount()
Gets the value of the totalSMSCount property.
|
String |
getTotalVoiceCount()
Gets the value of the totalVoiceCount property.
|
long |
getVoiceCalls()
Gets the value of the voiceCalls property.
|
long |
getVoiceDuration()
Gets the value of the voiceDuration 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 |
setBytesIn(long value)
Sets the value of the bytesIn property.
|
void |
setBytesOut(long value)
Sets the value of the bytesOut property.
|
void |
setBytesTransferred(long value)
Sets the value of the bytesTransferred property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setDeviceId(long value)
Sets the value of the deviceId property.
|
void |
setEventDate(String value)
Sets the value of the eventDate property.
|
void |
setPacketDataKb(String value)
Sets the value of the packetDataKb property.
|
void |
setSessionCount(long value)
Sets the value of the sessionCount property.
|
void |
setSmsMessages(long value)
Sets the value of the smsMessages property.
|
void |
setTotalSMSCount(String value)
Sets the value of the totalSMSCount property.
|
void |
setTotalVoiceCount(String value)
Sets the value of the totalVoiceCount property.
|
void |
setVoiceCalls(long value)
Sets the value of the voiceCalls property.
|
void |
setVoiceDuration(long value)
Sets the value of the voiceDuration property.
|
String |
toString() |
@NotNull protected long accountId
@NotNull protected long deviceId
@NotNull protected long bytesIn
@NotNull protected long bytesOut
@NotNull protected long bytesTransferred
@NotNull protected long sessionCount
@NotNull protected long smsMessages
@NotNull protected long voiceCalls
@NotNull protected String eventDate
@NotNull protected long voiceDuration
@NotNull protected String date
@NotNull protected String totalSMSCount
@NotNull protected String packetDataKb
@NotNull protected String totalVoiceCount
public SubAccountTrafficSummaryTrendResponse()
public long getAccountId()
public void setAccountId(long value)
public long getDeviceId()
public void setDeviceId(long value)
public long getBytesIn()
public void setBytesIn(long value)
public long getBytesOut()
public void setBytesOut(long value)
public long getBytesTransferred()
public void setBytesTransferred(long value)
public long getSessionCount()
public void setSessionCount(long value)
public long getSmsMessages()
public void setSmsMessages(long value)
public long getVoiceCalls()
public void setVoiceCalls(long value)
public String getEventDate()
Stringpublic void setEventDate(String value)
value - allowed object is
Stringpublic long getVoiceDuration()
public void setVoiceDuration(long value)
public String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getTotalSMSCount()
Stringpublic void setTotalSMSCount(String value)
value - allowed object is
Stringpublic String getPacketDataKb()
Stringpublic void setPacketDataKb(String value)
value - allowed object is
Stringpublic String getTotalVoiceCount()
Stringpublic void setTotalVoiceCount(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.