public class TrafficSummaryTrendResponse 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 TrafficSummaryTrendResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficSummaryTrendResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://service.aeris.com/reports/v1/compositetype}TrafficSummaryTrendResponseGroup"/> <element name="subAccountTrafficSummaryTrendResponse" 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}TrafficSummaryTrendResponseGroup"/> </sequence> </restriction> </complexContent> </complexType> </element> </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 List<SubAccountTrafficSummaryTrendResponse> |
subAccountTrafficSummaryTrendResponses |
protected String |
totalSMSCount |
protected String |
totalVoiceCount |
protected long |
voiceCalls |
protected long |
voiceDuration |
Constructor and Description |
---|
TrafficSummaryTrendResponse() |
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.
|
List<SubAccountTrafficSummaryTrendResponse> |
getSubAccountTrafficSummaryTrendResponses()
Gets the value of the subAccountTrafficSummaryTrendResponses 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
protected List<SubAccountTrafficSummaryTrendResponse> subAccountTrafficSummaryTrendResponses
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()
String
public void setEventDate(String value)
value
- allowed object is
String
public long getVoiceDuration()
public void setVoiceDuration(long value)
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public String getTotalSMSCount()
String
public void setTotalSMSCount(String value)
value
- allowed object is
String
public String getPacketDataKb()
String
public void setPacketDataKb(String value)
value
- allowed object is
String
public String getTotalVoiceCount()
String
public void setTotalVoiceCount(String value)
value
- allowed object is
String
public List<SubAccountTrafficSummaryTrendResponse> getSubAccountTrafficSummaryTrendResponses()
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 subAccountTrafficSummaryTrendResponses property.
For example, to add a new item, do as follows:
getSubAccountTrafficSummaryTrendResponses().add(newItem);
Objects of the following type(s) are allowed in the list
SubAccountTrafficSummaryTrendResponse
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.Equals
public 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.ToString
public 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.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2022. All rights reserved.