public class AdhAgentStateHolder
extends java.lang.Object
implements java.io.Serializable
AdhAgentState
record holderModifier and Type | Field and Description |
---|---|
private long |
timestamp
Response timestamp value
|
private AdhAgentState[] |
wmAgentStates
An array of
AdhAgentState records |
private int |
wmAgentStatesNSizeIs
Number of elements in wmAgentStates array
|
Constructor and Description |
---|
AdhAgentStateHolder() |
AdhAgentStateHolder(int wmAgentStatesNSizeIs,
AdhAgentState[] wmAgentStates,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this AdhAgentStateHolder.
|
AdhAgentState[] |
getWmAgentStates()
Gets the wmAgentStates value for this AdhAgentStateHolder.
|
int |
getWmAgentStatesNSizeIs()
Gets the wmAgentStatesNSizeIs value for this AdhAgentStateHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this AdhAgentStateHolder.
|
void |
setWmAgentStates(AdhAgentState[] wmAgentStates)
Sets the wmAgentStates value for this AdhAgentStateHolder.
|
void |
setWmAgentStatesNSizeIs(int wmAgentStatesNSizeIs)
Sets the wmAgentStatesNSizeIs value for this AdhAgentStateHolder.
|
private int wmAgentStatesNSizeIs
private AdhAgentState[] wmAgentStates
AdhAgentState
recordsprivate long timestamp
public AdhAgentStateHolder()
public AdhAgentStateHolder(int wmAgentStatesNSizeIs, AdhAgentState[] wmAgentStates, long timestamp)
public int getWmAgentStatesNSizeIs()
public void setWmAgentStatesNSizeIs(int wmAgentStatesNSizeIs)
wmAgentStatesNSizeIs
- public AdhAgentState[] getWmAgentStates()
public void setWmAgentStates(AdhAgentState[] wmAgentStates)
wmAgentStates
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.