public class AdhAgentStateHolder
extends java.lang.Object
implements java.io.Serializable
AdhAgentState
record holderModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Response timestamp value
|
protected java.util.List<AdhAgentState> |
wmAgentStates
An array of
AdhAgentState records |
protected int |
wmAgentStatesNSizeIs
Number of elements in wmAgentStates array
|
Constructor and Description |
---|
AdhAgentStateHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<AdhAgentState> |
getWmAgentStates()
Gets the value of the wmAgentStates property.
|
int |
getWmAgentStatesNSizeIs()
Gets the value of the wmAgentStatesNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmAgentStates(java.util.List<AdhAgentState> wmAgentStates)
Sets the value of the wmAgentStates property.
|
void |
setWmAgentStatesNSizeIs(int value)
Sets the value of the wmAgentStatesNSizeIs property.
|
java.lang.String |
toString() |
AdhAgentStateHolder |
withTimestamp(long value) |
AdhAgentStateHolder |
withWmAgentStates(AdhAgentState... values) |
AdhAgentStateHolder |
withWmAgentStates(java.util.Collection<AdhAgentState> values) |
AdhAgentStateHolder |
withWmAgentStatesNSizeIs(int value) |
private static final long serialVersionUID
protected int wmAgentStatesNSizeIs
protected java.util.List<AdhAgentState> wmAgentStates
AdhAgentState
recordsprotected long timestamp
public int getWmAgentStatesNSizeIs()
public void setWmAgentStatesNSizeIs(int value)
public java.util.List<AdhAgentState> getWmAgentStates()
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 wmAgentStates property.
For example, to add a new item, do as follows:
getWmAgentStates().add(newItem);
Objects of the following type(s) are allowed in the list
AdhAgentState
public long getTimestamp()
public void setTimestamp(long value)
public AdhAgentStateHolder withWmAgentStatesNSizeIs(int value)
public AdhAgentStateHolder withWmAgentStates(AdhAgentState... values)
public AdhAgentStateHolder withWmAgentStates(java.util.Collection<AdhAgentState> values)
public AdhAgentStateHolder withTimestamp(long value)
public void setWmAgentStates(java.util.List<AdhAgentState> wmAgentStates)
wmAgentStates
- allowed object is
AdhAgentState
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.