public class CfgCarpoolAgent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID (
CfgAgent ) |
private static long |
serialVersionUID |
protected int |
wmCarpoolId
Carpool ID (
CfgCarpool ) |
protected java.lang.String |
wmComments
Carpool Agent comments
|
protected int |
wmStatus
Carpool agent status (
ECfgCarpoolAgentStatus ) |
Constructor and Description |
---|
CfgCarpoolAgent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmCarpoolId()
Gets the value of the wmCarpoolId property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmCarpoolId(int value)
Sets the value of the wmCarpoolId property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
java.lang.String |
toString() |
CfgCarpoolAgent |
withGswAgentId(int value) |
CfgCarpoolAgent |
withWmCarpoolId(int value) |
CfgCarpoolAgent |
withWmComments(java.lang.String value) |
CfgCarpoolAgent |
withWmStatus(int value) |
private static final long serialVersionUID
protected int wmCarpoolId
CfgCarpool
)protected int gswAgentId
CfgAgent
)protected int wmStatus
ECfgCarpoolAgentStatus
)protected java.lang.String wmComments
public int getWmCarpoolId()
public void setWmCarpoolId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public java.lang.String getWmComments()
String
public void setWmComments(java.lang.String value)
value
- allowed object is
String
public CfgCarpoolAgent withWmCarpoolId(int value)
public CfgCarpoolAgent withGswAgentId(int value)
public CfgCarpoolAgent withWmStatus(int value)
public CfgCarpoolAgent withWmComments(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.