public class CfgCarpoolFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
gswFirstName |
protected java.lang.String |
gswLastName |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmAgentStatus
List of requested Agent status in Carpool (
ECfgCarpoolAgentStatus ) |
protected int |
wmAgentStatusNSizeIs |
protected java.util.List<java.lang.Integer> |
wmBUId
List of BU ID that returned Carpools should belong to
|
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmCarpoolId
List of Carpool IDs, if any
|
protected int |
wmCarpoolIdNSizeIs |
protected java.lang.String |
wmCarpoolName
Carpool name filter (Carpool name should begin with specified string)
|
protected java.util.List<java.lang.Integer> |
wmCarpoolStatus
List of requested Carpool status (
ECfgCarpoolStatus ) |
protected int |
wmCarpoolStatusNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId
List of Site ID that returned Carpools should belong to
|
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgCarpoolFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getGswFirstName()
Gets the value of the gswFirstName property.
|
java.lang.String |
getGswLastName()
Gets the value of the gswLastName property.
|
java.util.List<java.lang.Integer> |
getWmAgentStatus()
Gets the value of the wmAgentStatus property.
|
int |
getWmAgentStatusNSizeIs()
Gets the value of the wmAgentStatusNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmCarpoolId()
Gets the value of the wmCarpoolId property.
|
int |
getWmCarpoolIdNSizeIs()
Gets the value of the wmCarpoolIdNSizeIs property.
|
java.lang.String |
getWmCarpoolName()
Gets the value of the wmCarpoolName property.
|
java.util.List<java.lang.Integer> |
getWmCarpoolStatus()
Gets the value of the wmCarpoolStatus property.
|
int |
getWmCarpoolStatusNSizeIs()
Gets the value of the wmCarpoolStatusNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
hashCode() |
void |
setGswFirstName(java.lang.String value)
Sets the value of the gswFirstName property.
|
void |
setGswLastName(java.lang.String value)
Sets the value of the gswLastName property.
|
void |
setWmAgentStatus(java.util.List<java.lang.Integer> wmAgentStatus)
Sets the value of the wmAgentStatus property.
|
void |
setWmAgentStatusNSizeIs(int value)
Sets the value of the wmAgentStatusNSizeIs property.
|
void |
setWmBUId(java.util.List<java.lang.Integer> wmBUId)
Sets the value of the wmBUId property.
|
void |
setWmBUIdNSizeIs(int value)
Sets the value of the wmBUIdNSizeIs property.
|
void |
setWmCarpoolId(java.util.List<java.lang.Integer> wmCarpoolId)
Sets the value of the wmCarpoolId property.
|
void |
setWmCarpoolIdNSizeIs(int value)
Sets the value of the wmCarpoolIdNSizeIs property.
|
void |
setWmCarpoolName(java.lang.String value)
Sets the value of the wmCarpoolName property.
|
void |
setWmCarpoolStatus(java.util.List<java.lang.Integer> wmCarpoolStatus)
Sets the value of the wmCarpoolStatus property.
|
void |
setWmCarpoolStatusNSizeIs(int value)
Sets the value of the wmCarpoolStatusNSizeIs property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
java.lang.String |
toString() |
CfgCarpoolFilter |
withGswFirstName(java.lang.String value) |
CfgCarpoolFilter |
withGswLastName(java.lang.String value) |
CfgCarpoolFilter |
withWmAgentStatus(java.util.Collection<java.lang.Integer> values) |
CfgCarpoolFilter |
withWmAgentStatus(java.lang.Integer... values) |
CfgCarpoolFilter |
withWmAgentStatusNSizeIs(int value) |
CfgCarpoolFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgCarpoolFilter |
withWmBUId(java.lang.Integer... values) |
CfgCarpoolFilter |
withWmBUIdNSizeIs(int value) |
CfgCarpoolFilter |
withWmCarpoolId(java.util.Collection<java.lang.Integer> values) |
CfgCarpoolFilter |
withWmCarpoolId(java.lang.Integer... values) |
CfgCarpoolFilter |
withWmCarpoolIdNSizeIs(int value) |
CfgCarpoolFilter |
withWmCarpoolName(java.lang.String value) |
CfgCarpoolFilter |
withWmCarpoolStatus(java.util.Collection<java.lang.Integer> values) |
CfgCarpoolFilter |
withWmCarpoolStatus(java.lang.Integer... values) |
CfgCarpoolFilter |
withWmCarpoolStatusNSizeIs(int value) |
CfgCarpoolFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgCarpoolFilter |
withWmSiteId(java.lang.Integer... values) |
CfgCarpoolFilter |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmBUIdNSizeIs
protected java.util.List<java.lang.Integer> wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected int wmCarpoolIdNSizeIs
protected java.util.List<java.lang.Integer> wmCarpoolId
protected int wmCarpoolStatusNSizeIs
protected java.util.List<java.lang.Integer> wmCarpoolStatus
ECfgCarpoolStatus
)protected int wmAgentStatusNSizeIs
protected java.util.List<java.lang.Integer> wmAgentStatus
ECfgCarpoolAgentStatus
)protected java.lang.String wmCarpoolName
protected java.lang.String gswFirstName
protected java.lang.String gswLastName
public int getWmBUIdNSizeIs()
public void setWmBUIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmBUId()
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 wmBUId property.
For example, to add a new item, do as follows:
getWmBUId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmCarpoolIdNSizeIs()
public void setWmCarpoolIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmCarpoolId()
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 wmCarpoolId property.
For example, to add a new item, do as follows:
getWmCarpoolId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmCarpoolStatusNSizeIs()
public void setWmCarpoolStatusNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmCarpoolStatus()
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 wmCarpoolStatus property.
For example, to add a new item, do as follows:
getWmCarpoolStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmAgentStatusNSizeIs()
public void setWmAgentStatusNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmAgentStatus()
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 wmAgentStatus property.
For example, to add a new item, do as follows:
getWmAgentStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmCarpoolName()
String
public void setWmCarpoolName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGswFirstName()
String
public void setGswFirstName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGswLastName()
String
public void setGswLastName(java.lang.String value)
value
- allowed object is
String
public CfgCarpoolFilter withWmBUIdNSizeIs(int value)
public CfgCarpoolFilter withWmBUId(java.lang.Integer... values)
public CfgCarpoolFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgCarpoolFilter withWmSiteIdNSizeIs(int value)
public CfgCarpoolFilter withWmSiteId(java.lang.Integer... values)
public CfgCarpoolFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgCarpoolFilter withWmCarpoolIdNSizeIs(int value)
public CfgCarpoolFilter withWmCarpoolId(java.lang.Integer... values)
public CfgCarpoolFilter withWmCarpoolId(java.util.Collection<java.lang.Integer> values)
public CfgCarpoolFilter withWmCarpoolStatusNSizeIs(int value)
public CfgCarpoolFilter withWmCarpoolStatus(java.lang.Integer... values)
public CfgCarpoolFilter withWmCarpoolStatus(java.util.Collection<java.lang.Integer> values)
public CfgCarpoolFilter withWmAgentStatusNSizeIs(int value)
public CfgCarpoolFilter withWmAgentStatus(java.lang.Integer... values)
public CfgCarpoolFilter withWmAgentStatus(java.util.Collection<java.lang.Integer> values)
public CfgCarpoolFilter withWmCarpoolName(java.lang.String value)
public CfgCarpoolFilter withGswFirstName(java.lang.String value)
public CfgCarpoolFilter withGswLastName(java.lang.String value)
public void setWmBUId(java.util.List<java.lang.Integer> wmBUId)
wmBUId
- allowed object is
Integer
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmCarpoolId(java.util.List<java.lang.Integer> wmCarpoolId)
wmCarpoolId
- allowed object is
Integer
public void setWmCarpoolStatus(java.util.List<java.lang.Integer> wmCarpoolStatus)
wmCarpoolStatus
- allowed object is
Integer
public void setWmAgentStatus(java.util.List<java.lang.Integer> wmAgentStatus)
wmAgentStatus
- allowed object is
Integer
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.