public class SchAgentStateHolder
extends java.lang.Object
implements java.io.Serializable
SchAgentState
Modifier and Type | Field and Description |
---|---|
protected CfgAgentHolder |
cfgAgentInfo
Contains agent related information if requested
CfgAgentHolder |
protected java.util.List<CfgMeetingShort> |
meetingInfo
Meeting info.
|
protected int |
meetingInfoNSizeIs
Total number of Meetings in meetingInfo.
|
protected java.util.List<SchAgentState> |
schAgentState
An array of
SchAgentState |
protected int |
schAgentStateNSizeIs
Number of elements in "schAgentState" array
|
protected java.util.List<SchStateInfo> |
schStateInfo
Contains state info (
SchStateInfo ) for every unique schedule state found in "schAgentState". |
protected int |
schStateInfoNSizeIs
Number of elements in "schStateInfo" array
|
private static long |
serialVersionUID |
protected long |
timestamp
The value of the database timestamp at the time when states were read from the database.
|
Constructor and Description |
---|
SchAgentStateHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
CfgAgentHolder |
getCfgAgentInfo()
Gets the value of the cfgAgentInfo property.
|
java.util.List<CfgMeetingShort> |
getMeetingInfo()
Gets the value of the meetingInfo property.
|
int |
getMeetingInfoNSizeIs()
Gets the value of the meetingInfoNSizeIs property.
|
java.util.List<SchAgentState> |
getSchAgentState()
Gets the value of the schAgentState property.
|
int |
getSchAgentStateNSizeIs()
Gets the value of the schAgentStateNSizeIs property.
|
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.
|
int |
hashCode() |
void |
setCfgAgentInfo(CfgAgentHolder value)
Sets the value of the cfgAgentInfo property.
|
void |
setMeetingInfo(java.util.List<CfgMeetingShort> meetingInfo)
Sets the value of the meetingInfo property.
|
void |
setMeetingInfoNSizeIs(int value)
Sets the value of the meetingInfoNSizeIs property.
|
void |
setSchAgentState(java.util.List<SchAgentState> schAgentState)
Sets the value of the schAgentState property.
|
void |
setSchAgentStateNSizeIs(int value)
Sets the value of the schAgentStateNSizeIs property.
|
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.
|
java.lang.String |
toString() |
SchAgentStateHolder |
withCfgAgentInfo(CfgAgentHolder value) |
SchAgentStateHolder |
withMeetingInfo(CfgMeetingShort... values) |
SchAgentStateHolder |
withMeetingInfo(java.util.Collection<CfgMeetingShort> values) |
SchAgentStateHolder |
withMeetingInfoNSizeIs(int value) |
SchAgentStateHolder |
withSchAgentState(java.util.Collection<SchAgentState> values) |
SchAgentStateHolder |
withSchAgentState(SchAgentState... values) |
SchAgentStateHolder |
withSchAgentStateNSizeIs(int value) |
SchAgentStateHolder |
withSchStateInfo(java.util.Collection<SchStateInfo> values) |
SchAgentStateHolder |
withSchStateInfo(SchStateInfo... values) |
SchAgentStateHolder |
withSchStateInfoNSizeIs(int value) |
SchAgentStateHolder |
withTimestamp(long value) |
private static final long serialVersionUID
protected int schAgentStateNSizeIs
protected java.util.List<SchAgentState> schAgentState
SchAgentState
protected int schStateInfoNSizeIs
protected java.util.List<SchStateInfo> schStateInfo
SchStateInfo
) for every unique schedule state found in "schAgentState".
This is null if state info was not requested.protected CfgAgentHolder cfgAgentInfo
CfgAgentHolder
protected int meetingInfoNSizeIs
protected java.util.List<CfgMeetingShort> meetingInfo
CfgMeetingShort
protected long timestamp
public int getSchAgentStateNSizeIs()
public void setSchAgentStateNSizeIs(int value)
public java.util.List<SchAgentState> getSchAgentState()
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 schAgentState property.
For example, to add a new item, do as follows:
getSchAgentState().add(newItem);
Objects of the following type(s) are allowed in the list
SchAgentState
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 CfgAgentHolder getCfgAgentInfo()
CfgAgentHolder
public void setCfgAgentInfo(CfgAgentHolder value)
value
- allowed object is
CfgAgentHolder
public int getMeetingInfoNSizeIs()
public void setMeetingInfoNSizeIs(int value)
public java.util.List<CfgMeetingShort> getMeetingInfo()
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 meetingInfo property.
For example, to add a new item, do as follows:
getMeetingInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgMeetingShort
public long getTimestamp()
public void setTimestamp(long value)
public SchAgentStateHolder withSchAgentStateNSizeIs(int value)
public SchAgentStateHolder withSchAgentState(SchAgentState... values)
public SchAgentStateHolder withSchAgentState(java.util.Collection<SchAgentState> values)
public SchAgentStateHolder withSchStateInfoNSizeIs(int value)
public SchAgentStateHolder withSchStateInfo(SchStateInfo... values)
public SchAgentStateHolder withSchStateInfo(java.util.Collection<SchStateInfo> values)
public SchAgentStateHolder withCfgAgentInfo(CfgAgentHolder value)
public SchAgentStateHolder withTimestamp(long value)
public SchAgentStateHolder withMeetingInfoNSizeIs(int value)
public SchAgentStateHolder withMeetingInfo(CfgMeetingShort... values)
public SchAgentStateHolder withMeetingInfo(java.util.Collection<CfgMeetingShort> values)
public void setSchAgentState(java.util.List<SchAgentState> schAgentState)
schAgentState
- allowed object is
SchAgentState
public void setSchStateInfo(java.util.List<SchStateInfo> schStateInfo)
schStateInfo
- allowed object is
SchStateInfo
public void setMeetingInfo(java.util.List<CfgMeetingShort> meetingInfo)
meetingInfo
- allowed object is
CfgMeetingShort
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.