public class ChannelStateWithAdherence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
adherenceState
The adherence State.
|
protected java.lang.String |
channelName
Channel name.
|
protected int |
genesysStateID
The current agent Genesys state.
|
protected int |
hasChannelName
Channel name presence indicator
|
protected int |
nonAdherenceTime
The number of seconds in non-adherence state.
|
protected java.util.List<java.lang.String> |
reasonCodes
The reason Codes array.
|
protected int |
reasonCodesSize
The number of reason codes.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
ChannelStateWithAdherence() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getAdherenceState()
Gets the value of the adherenceState property.
|
java.lang.String |
getChannelName()
Gets the value of the channelName property.
|
int |
getGenesysStateID()
Gets the value of the genesysStateID property.
|
int |
getHasChannelName()
Gets the value of the hasChannelName property.
|
int |
getNonAdherenceTime()
Gets the value of the nonAdherenceTime property.
|
java.util.List<java.lang.String> |
getReasonCodes()
Gets the value of the reasonCodes property.
|
int |
getReasonCodesSize()
Gets the value of the reasonCodesSize property.
|
int |
hashCode() |
void |
setAdherenceState(int value)
Sets the value of the adherenceState property.
|
void |
setChannelName(java.lang.String value)
Sets the value of the channelName property.
|
void |
setGenesysStateID(int value)
Sets the value of the genesysStateID property.
|
void |
setHasChannelName(int value)
Sets the value of the hasChannelName property.
|
void |
setNonAdherenceTime(int value)
Sets the value of the nonAdherenceTime property.
|
void |
setReasonCodes(java.util.List<java.lang.String> reasonCodes)
Sets the value of the reasonCodes property.
|
void |
setReasonCodesSize(int value)
Sets the value of the reasonCodesSize property.
|
java.lang.String |
toString() |
ChannelStateWithAdherence |
withAdherenceState(int value) |
ChannelStateWithAdherence |
withChannelName(java.lang.String value) |
ChannelStateWithAdherence |
withGenesysStateID(int value) |
ChannelStateWithAdherence |
withHasChannelName(int value) |
ChannelStateWithAdherence |
withNonAdherenceTime(int value) |
ChannelStateWithAdherence |
withReasonCodes(java.util.Collection<java.lang.String> values) |
ChannelStateWithAdherence |
withReasonCodes(java.lang.String... values) |
ChannelStateWithAdherence |
withReasonCodesSize(int value) |
private static final long serialVersionUID
protected int hasChannelName
protected java.lang.String channelName
protected int genesysStateID
protected int reasonCodesSize
protected java.util.List<java.lang.String> reasonCodes
protected int adherenceState
protected int nonAdherenceTime
public int getHasChannelName()
int
public void setHasChannelName(int value)
value
- allowed object is int
public java.lang.String getChannelName()
String
public void setChannelName(java.lang.String value)
value
- allowed object is
String
public int getGenesysStateID()
public void setGenesysStateID(int value)
public int getReasonCodesSize()
public void setReasonCodesSize(int value)
public java.util.List<java.lang.String> getReasonCodes()
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 reasonCodes property.
For example, to add a new item, do as follows:
getReasonCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setReasonCodes(java.util.List<java.lang.String> reasonCodes)
reasonCodes
- allowed object is
String
public int getAdherenceState()
public void setAdherenceState(int value)
public int getNonAdherenceTime()
public void setNonAdherenceTime(int value)
public ChannelStateWithAdherence withAdherenceState(int value)
public ChannelStateWithAdherence withNonAdherenceTime(int value)
public ChannelStateWithAdherence withGenesysStateID(int value)
public ChannelStateWithAdherence withReasonCodesSize(int value)
public ChannelStateWithAdherence withReasonCodes(java.lang.String... values)
public ChannelStateWithAdherence withReasonCodes(java.util.Collection<java.lang.String> values)
public ChannelStateWithAdherence withChannelName(java.lang.String value)
public ChannelStateWithAdherence withHasChannelName(int value)
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.