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<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<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 |
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 |
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 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 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 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 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.