public class CfgCarpool
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks point in time when Object information was obtained
|
protected int |
wmBUId
BU ID that Carpool belongs to
|
protected java.util.List<CfgCarpoolAgent> |
wmCarpoolAgents
A list of agents (
CfgCarpoolAgent ) in carpool (including "committed", "pending" and "declined") |
protected int |
wmCarpoolAgentsNSizeIs
Number of elements in wmCarpoolAgents array
|
protected int |
wmCarpoolId
Carpool ID
|
protected int |
wmCarpoolSize
Number of committed agents in carpool
|
protected java.lang.String |
wmComments
Carpool comments
|
protected java.lang.String |
wmName
Carpool name (must be unique with the same Site)
|
protected int |
wmSiteId
Site ID that Carpool belongs to
|
protected int |
wmStatus
Carpool status (
ECfgCarpoolStatus ) |
Constructor and Description |
---|
CfgCarpool() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.util.List<CfgCarpoolAgent> |
getWmCarpoolAgents()
Gets the value of the wmCarpoolAgents property.
|
int |
getWmCarpoolAgentsNSizeIs()
Gets the value of the wmCarpoolAgentsNSizeIs property.
|
int |
getWmCarpoolId()
Gets the value of the wmCarpoolId property.
|
int |
getWmCarpoolSize()
Gets the value of the wmCarpoolSize property.
|
java.lang.String |
getWmComments()
Gets the value of the wmComments property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmCarpoolAgents(java.util.List<CfgCarpoolAgent> wmCarpoolAgents)
Sets the value of the wmCarpoolAgents property.
|
void |
setWmCarpoolAgentsNSizeIs(int value)
Sets the value of the wmCarpoolAgentsNSizeIs property.
|
void |
setWmCarpoolId(int value)
Sets the value of the wmCarpoolId property.
|
void |
setWmCarpoolSize(int value)
Sets the value of the wmCarpoolSize property.
|
void |
setWmComments(java.lang.String value)
Sets the value of the wmComments property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
java.lang.String |
toString() |
CfgCarpool |
withTimestamp(long value) |
CfgCarpool |
withWmBUId(int value) |
CfgCarpool |
withWmCarpoolAgents(CfgCarpoolAgent... values) |
CfgCarpool |
withWmCarpoolAgents(java.util.Collection<CfgCarpoolAgent> values) |
CfgCarpool |
withWmCarpoolAgentsNSizeIs(int value) |
CfgCarpool |
withWmCarpoolId(int value) |
CfgCarpool |
withWmCarpoolSize(int value) |
CfgCarpool |
withWmComments(java.lang.String value) |
CfgCarpool |
withWmName(java.lang.String value) |
CfgCarpool |
withWmSiteId(int value) |
CfgCarpool |
withWmStatus(int value) |
private static final long serialVersionUID
protected int wmCarpoolId
protected int wmBUId
protected int wmSiteId
protected java.lang.String wmName
protected int wmStatus
ECfgCarpoolStatus
)protected java.lang.String wmComments
protected int wmCarpoolSize
protected int wmCarpoolAgentsNSizeIs
protected java.util.List<CfgCarpoolAgent> wmCarpoolAgents
CfgCarpoolAgent
) in carpool (including "committed", "pending" and "declined")protected long timestamp
public int getWmCarpoolId()
public void setWmCarpoolId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
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 int getWmCarpoolSize()
public void setWmCarpoolSize(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmCarpoolAgentsNSizeIs()
public void setWmCarpoolAgentsNSizeIs(int value)
public java.util.List<CfgCarpoolAgent> getWmCarpoolAgents()
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 wmCarpoolAgents property.
For example, to add a new item, do as follows:
getWmCarpoolAgents().add(newItem);
Objects of the following type(s) are allowed in the list
CfgCarpoolAgent
public long getTimestamp()
public void setTimestamp(long value)
public CfgCarpool withWmCarpoolId(int value)
public CfgCarpool withWmSiteId(int value)
public CfgCarpool withWmName(java.lang.String value)
public CfgCarpool withWmStatus(int value)
public CfgCarpool withWmComments(java.lang.String value)
public CfgCarpool withWmCarpoolSize(int value)
public CfgCarpool withWmBUId(int value)
public CfgCarpool withWmCarpoolAgentsNSizeIs(int value)
public CfgCarpool withWmCarpoolAgents(CfgCarpoolAgent... values)
public CfgCarpool withWmCarpoolAgents(java.util.Collection<CfgCarpoolAgent> values)
public CfgCarpool withTimestamp(long value)
public void setWmCarpoolAgents(java.util.List<CfgCarpoolAgent> wmCarpoolAgents)
wmCarpoolAgents
- allowed object is
CfgCarpoolAgent
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.