public class AdhDayEventHolder
extends java.lang.Object
implements java.io.Serializable
AdhDayEvent
record holderModifier and Type | Field and Description |
---|---|
protected java.util.List<SchStateInfo> |
schStateInfo
An array of schedul state description information for all scheduled 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<AdhDayEvent> |
wmDayEvents
An array of
AdhDayEvent records |
protected int |
wmDayEventsNSizeIs
Number of elements in wmDayEvents array
|
Constructor and Description |
---|
AdhDayEventHolder() |
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<AdhDayEvent> |
getWmDayEvents()
Gets the value of the wmDayEvents property.
|
int |
getWmDayEventsNSizeIs()
Gets the value of the wmDayEventsNSizeIs 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 |
setWmDayEvents(java.util.List<AdhDayEvent> wmDayEvents)
Sets the value of the wmDayEvents property.
|
void |
setWmDayEventsNSizeIs(int value)
Sets the value of the wmDayEventsNSizeIs property.
|
java.lang.String |
toString() |
AdhDayEventHolder |
withSchStateInfo(java.util.Collection<SchStateInfo> values) |
AdhDayEventHolder |
withSchStateInfo(SchStateInfo... values) |
AdhDayEventHolder |
withSchStateInfoNSizeIs(int value) |
AdhDayEventHolder |
withTimestamp(long value) |
AdhDayEventHolder |
withWmDayEvents(AdhDayEvent... values) |
AdhDayEventHolder |
withWmDayEvents(java.util.Collection<AdhDayEvent> values) |
AdhDayEventHolder |
withWmDayEventsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmDayEventsNSizeIs
protected java.util.List<AdhDayEvent> wmDayEvents
AdhDayEvent
recordsprotected int schStateInfoNSizeIs
protected java.util.List<SchStateInfo> schStateInfo
SchStateInfo
protected long timestamp
public int getWmDayEventsNSizeIs()
public void setWmDayEventsNSizeIs(int value)
public java.util.List<AdhDayEvent> getWmDayEvents()
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 wmDayEvents property.
For example, to add a new item, do as follows:
getWmDayEvents().add(newItem);
Objects of the following type(s) are allowed in the list
AdhDayEvent
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 AdhDayEventHolder withWmDayEventsNSizeIs(int value)
public AdhDayEventHolder withWmDayEvents(AdhDayEvent... values)
public AdhDayEventHolder withWmDayEvents(java.util.Collection<AdhDayEvent> values)
public AdhDayEventHolder withSchStateInfoNSizeIs(int value)
public AdhDayEventHolder withSchStateInfo(SchStateInfo... values)
public AdhDayEventHolder withSchStateInfo(java.util.Collection<SchStateInfo> values)
public AdhDayEventHolder withTimestamp(long value)
public void setWmDayEvents(java.util.List<AdhDayEvent> wmDayEvents)
wmDayEvents
- allowed object is
AdhDayEvent
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.