public class AdhChannelState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
channelName
Channel name (if any)
|
protected int |
gswStateId
Genesys Agent State ID, identifies
CfgAgentState object |
protected boolean |
hasChannelName
Indicates whether channel has a name or not.
|
private static long |
serialVersionUID |
protected java.lang.String |
wmReasons
State Reason Code
|
Constructor and Description |
---|
AdhChannelState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getChannelName()
Gets the value of the channelName property.
|
int |
getGswStateId()
Gets the value of the gswStateId property.
|
java.lang.String |
getWmReasons()
Gets the value of the wmReasons property.
|
int |
hashCode() |
boolean |
isHasChannelName()
Gets the value of the hasChannelName property.
|
void |
setChannelName(java.lang.String value)
Sets the value of the channelName property.
|
void |
setGswStateId(int value)
Sets the value of the gswStateId property.
|
void |
setHasChannelName(boolean value)
Sets the value of the hasChannelName property.
|
void |
setWmReasons(java.lang.String value)
Sets the value of the wmReasons property.
|
java.lang.String |
toString() |
AdhChannelState |
withChannelName(java.lang.String value) |
AdhChannelState |
withGswStateId(int value) |
AdhChannelState |
withHasChannelName(boolean value) |
AdhChannelState |
withWmReasons(java.lang.String value) |
private static final long serialVersionUID
protected boolean hasChannelName
protected java.lang.String channelName
protected int gswStateId
CfgAgentState
objectprotected java.lang.String wmReasons
public boolean isHasChannelName()
public void setHasChannelName(boolean value)
public java.lang.String getChannelName()
String
public void setChannelName(java.lang.String value)
value
- allowed object is
String
public int getGswStateId()
public void setGswStateId(int value)
public java.lang.String getWmReasons()
String
public void setWmReasons(java.lang.String value)
value
- allowed object is
String
public AdhChannelState withHasChannelName(boolean value)
public AdhChannelState withChannelName(java.lang.String value)
public AdhChannelState withGswStateId(int value)
public AdhChannelState withWmReasons(java.lang.String 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.