public class AdhEventHolder
extends java.lang.Object
implements java.io.Serializable
AdhEvent
holderModifier and Type | Field and Description |
---|---|
private SchStateInfo[] |
schStateInfo
An array of scheduled state description information for all schedule states participating in returned events.
|
private int |
schStateInfoNSizeIs
Number of elements in schStateInfo array
|
private long |
timestamp
Response timestamp value
|
private AdhEvent[] |
wmEvents
An array of
AdhEvent events |
private int |
wmEventsNSizeIs
Number of elements in wmEvents array
|
Constructor and Description |
---|
AdhEventHolder() |
AdhEventHolder(int wmEventsNSizeIs,
AdhEvent[] wmEvents,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
SchStateInfo[] |
getSchStateInfo()
Gets the schStateInfo value for this AdhEventHolder.
|
int |
getSchStateInfoNSizeIs()
Gets the schStateInfoNSizeIs value for this AdhEventHolder.
|
long |
getTimestamp()
Gets the timestamp value for this AdhEventHolder.
|
AdhEvent[] |
getWmEvents()
Gets the wmEvents value for this AdhEventHolder.
|
int |
getWmEventsNSizeIs()
Gets the wmEventsNSizeIs value for this AdhEventHolder.
|
void |
setSchStateInfo(SchStateInfo[] schStateInfo)
Sets the schStateInfo value for this AdhEventHolder.
|
void |
setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
Sets the schStateInfoNSizeIs value for this AdhEventHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this AdhEventHolder.
|
void |
setWmEvents(AdhEvent[] wmEvents)
Sets the wmEvents value for this AdhEventHolder.
|
void |
setWmEventsNSizeIs(int wmEventsNSizeIs)
Sets the wmEventsNSizeIs value for this AdhEventHolder.
|
private int wmEventsNSizeIs
private int schStateInfoNSizeIs
private SchStateInfo[] schStateInfo
SchStateInfo
private long timestamp
public AdhEventHolder()
public AdhEventHolder(int wmEventsNSizeIs, AdhEvent[] wmEvents, int schStateInfoNSizeIs, SchStateInfo[] schStateInfo, long timestamp)
public int getWmEventsNSizeIs()
public void setWmEventsNSizeIs(int wmEventsNSizeIs)
wmEventsNSizeIs
- public AdhEvent[] getWmEvents()
public void setWmEvents(AdhEvent[] wmEvents)
wmEvents
- public int getSchStateInfoNSizeIs()
public void setSchStateInfoNSizeIs(int schStateInfoNSizeIs)
schStateInfoNSizeIs
- public SchStateInfo[] getSchStateInfo()
public void setSchStateInfo(SchStateInfo[] schStateInfo)
schStateInfo
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.