public class AgentState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
agentID |
protected java.util.List<ChannelState> |
channelState |
protected int |
channelStateSize |
private static long |
serialVersionUID |
protected double |
stateStart |
Constructor and Description |
---|
AgentState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getAgentID()
Gets the value of the agentID property.
|
java.util.List<ChannelState> |
getChannelState()
Gets the value of the channelState property.
|
int |
getChannelStateSize()
Gets the value of the channelStateSize property.
|
double |
getStateStart()
Gets the value of the stateStart property.
|
int |
hashCode() |
void |
setAgentID(int value)
Sets the value of the agentID property.
|
void |
setChannelState(java.util.List<ChannelState> value)
Sets the value of the channelState property.
|
void |
setChannelStateSize(int value)
Sets the value of the channelStateSize property.
|
void |
setStateStart(double value)
Sets the value of the stateStart property.
|
java.lang.String |
toString() |
AgentState |
withAgentID(int value) |
AgentState |
withChannelState(ChannelState... values) |
AgentState |
withChannelState(java.util.Collection<ChannelState> values) |
AgentState |
withChannelStateSize(int value) |
AgentState |
withStateStart(double value) |
private static final long serialVersionUID
protected int agentID
protected double stateStart
protected int channelStateSize
protected java.util.List<ChannelState> channelState
public int getAgentID()
public void setAgentID(int value)
public double getStateStart()
public void setStateStart(double value)
public int getChannelStateSize()
public void setChannelStateSize(int value)
public java.util.List<ChannelState> getChannelState()
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 channelState property.
For example, to add a new item, do as follows:
getChannelState().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelState
public void setChannelState(java.util.List<ChannelState> value)
public AgentState withAgentID(int value)
public AgentState withStateStart(double value)
public AgentState withChannelStateSize(int value)
public AgentState withChannelState(ChannelState... values)
public AgentState withChannelState(java.util.Collection<ChannelState> values)
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.