public class AdhTotalsHolder
extends java.lang.Object
implements java.io.Serializable
AdhTotals
holderModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Response timestamp value
|
protected java.util.List<AdhTotals> |
wmTotals
An array of
AdhTotals |
protected int |
wmTotalsNSizeIs
Number of elements in wmTotals array
|
Constructor and Description |
---|
AdhTotalsHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<AdhTotals> |
getWmTotals()
Gets the value of the wmTotals property.
|
int |
getWmTotalsNSizeIs()
Gets the value of the wmTotalsNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmTotals(java.util.List<AdhTotals> wmTotals)
Sets the value of the wmTotals property.
|
void |
setWmTotalsNSizeIs(int value)
Sets the value of the wmTotalsNSizeIs property.
|
java.lang.String |
toString() |
AdhTotalsHolder |
withTimestamp(long value) |
AdhTotalsHolder |
withWmTotals(AdhTotals... values) |
AdhTotalsHolder |
withWmTotals(java.util.Collection<AdhTotals> values) |
AdhTotalsHolder |
withWmTotalsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmTotalsNSizeIs
protected long timestamp
public int getWmTotalsNSizeIs()
public void setWmTotalsNSizeIs(int value)
public java.util.List<AdhTotals> getWmTotals()
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 wmTotals property.
For example, to add a new item, do as follows:
getWmTotals().add(newItem);
Objects of the following type(s) are allowed in the list
AdhTotals
public long getTimestamp()
public void setTimestamp(long value)
public AdhTotalsHolder withWmTotalsNSizeIs(int value)
public AdhTotalsHolder withWmTotals(AdhTotals... values)
public AdhTotalsHolder withWmTotals(java.util.Collection<AdhTotals> values)
public AdhTotalsHolder withTimestamp(long value)
public void setWmTotals(java.util.List<AdhTotals> wmTotals)
wmTotals
- allowed object is
AdhTotals
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.