public class AdhEventHolder
extends java.lang.Object
implements java.io.Serializable
AdhEvent
holderModifier and Type | Field and Description |
---|---|
protected java.util.List<SchStateInfo> |
schStateInfo
An array of scheduled state description information for all schedule states participating in returned events.
|
protected int |
schStateInfoNSizeIs
Number of elements in schStateInfo array
|
private static long |
serialVersionUID |
protected long |
timestamp
Response timestamp value
|
protected java.util.List<AdhEvent> |
wmEvents
An array of
AdhEvent events |
protected int |
wmEventsNSizeIs
Number of elements in wmEvents array
|
Constructor and Description |
---|
AdhEventHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SchStateInfo> |
getSchStateInfo()
Gets the value of the schStateInfo property.
|
int |
getSchStateInfoNSizeIs()
Gets the value of the schStateInfoNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<AdhEvent> |
getWmEvents()
Gets the value of the wmEvents property.
|
int |
getWmEventsNSizeIs()
Gets the value of the wmEventsNSizeIs property.
|
int |
hashCode() |
void |
setSchStateInfo(java.util.List<SchStateInfo> schStateInfo)
Sets the value of the schStateInfo property.
|
void |
setSchStateInfoNSizeIs(int value)
Sets the value of the schStateInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmEvents(java.util.List<AdhEvent> wmEvents)
Sets the value of the wmEvents property.
|
void |
setWmEventsNSizeIs(int value)
Sets the value of the wmEventsNSizeIs property.
|
java.lang.String |
toString() |
AdhEventHolder |
withSchStateInfo(java.util.Collection<SchStateInfo> values) |
AdhEventHolder |
withSchStateInfo(SchStateInfo... values) |
AdhEventHolder |
withSchStateInfoNSizeIs(int value) |
AdhEventHolder |
withTimestamp(long value) |
AdhEventHolder |
withWmEvents(AdhEvent... values) |
AdhEventHolder |
withWmEvents(java.util.Collection<AdhEvent> values) |
AdhEventHolder |
withWmEventsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmEventsNSizeIs
protected int schStateInfoNSizeIs
protected java.util.List<SchStateInfo> schStateInfo
SchStateInfo
protected long timestamp
public int getWmEventsNSizeIs()
public void setWmEventsNSizeIs(int value)
public java.util.List<AdhEvent> getWmEvents()
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 wmEvents property.
For example, to add a new item, do as follows:
getWmEvents().add(newItem);
Objects of the following type(s) are allowed in the list
AdhEvent
public int getSchStateInfoNSizeIs()
public void setSchStateInfoNSizeIs(int value)
public java.util.List<SchStateInfo> getSchStateInfo()
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 schStateInfo property.
For example, to add a new item, do as follows:
getSchStateInfo().add(newItem);
Objects of the following type(s) are allowed in the list
SchStateInfo
public long getTimestamp()
public void setTimestamp(long value)
public AdhEventHolder withWmEventsNSizeIs(int value)
public AdhEventHolder withWmEvents(AdhEvent... values)
public AdhEventHolder withWmEvents(java.util.Collection<AdhEvent> values)
public AdhEventHolder withSchStateInfoNSizeIs(int value)
public AdhEventHolder withSchStateInfo(SchStateInfo... values)
public AdhEventHolder withSchStateInfo(java.util.Collection<SchStateInfo> values)
public AdhEventHolder withTimestamp(long value)
public void setWmEvents(java.util.List<AdhEvent> wmEvents)
wmEvents
- allowed object is
AdhEvent
public void setSchStateInfo(java.util.List<SchStateInfo> schStateInfo)
schStateInfo
- allowed object is
SchStateInfo
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.