public class AdhTotalsHolder
extends java.lang.Object
implements java.io.Serializable
AdhTotals
holderModifier and Type | Field and Description |
---|---|
private long |
timestamp
Response timestamp value
|
private AdhTotals[] |
wmTotals
An array of
AdhTotals |
private int |
wmTotalsNSizeIs
Number of elements in wmTotals array
|
Constructor and Description |
---|
AdhTotalsHolder() |
AdhTotalsHolder(int wmTotalsNSizeIs,
AdhTotals[] wmTotals,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this AdhTotalsHolder.
|
AdhTotals[] |
getWmTotals()
Gets the wmTotals value for this AdhTotalsHolder.
|
int |
getWmTotalsNSizeIs()
Gets the wmTotalsNSizeIs value for this AdhTotalsHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this AdhTotalsHolder.
|
void |
setWmTotals(AdhTotals[] wmTotals)
Sets the wmTotals value for this AdhTotalsHolder.
|
void |
setWmTotalsNSizeIs(int wmTotalsNSizeIs)
Sets the wmTotalsNSizeIs value for this AdhTotalsHolder.
|
private int wmTotalsNSizeIs
private long timestamp
public AdhTotalsHolder()
public AdhTotalsHolder(int wmTotalsNSizeIs, AdhTotals[] wmTotals, long timestamp)
public int getWmTotalsNSizeIs()
public void setWmTotalsNSizeIs(int wmTotalsNSizeIs)
wmTotalsNSizeIs
- public AdhTotals[] getWmTotals()
public void setWmTotals(AdhTotals[] wmTotals)
wmTotals
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.