public class CfgOvertimeOfferFilter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cfgActivitySnapshotID |
protected java.lang.String |
cfgAgentSnapshotID |
protected java.lang.String |
cfgVirtualActivitySnapshotID |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected double |
wmEndDateTime |
protected java.util.List<java.lang.Integer> |
wmOvertimeOfferId |
protected int |
wmOvertimeOfferIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartDateTime |
protected java.util.List<java.lang.Integer> |
wmStatus |
protected int |
wmStatusNSizeIs |
protected int |
wmTimezoneId |
protected java.util.List<java.lang.Integer> |
wmType |
protected int |
wmTypeNSizeIs |
| Constructor and Description |
|---|
CfgOvertimeOfferFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCfgActivitySnapshotID()
Gets the value of the cfgActivitySnapshotID property.
|
java.lang.String |
getCfgAgentSnapshotID()
Gets the value of the cfgAgentSnapshotID property.
|
java.lang.String |
getCfgVirtualActivitySnapshotID()
Gets the value of the cfgVirtualActivitySnapshotID property.
|
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
java.util.List<java.lang.Integer> |
getWmOvertimeOfferId()
Gets the value of the wmOvertimeOfferId property.
|
int |
getWmOvertimeOfferIdNSizeIs()
Gets the value of the wmOvertimeOfferIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
java.util.List<java.lang.Integer> |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmStatusNSizeIs()
Gets the value of the wmStatusNSizeIs property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
java.util.List<java.lang.Integer> |
getWmType()
Gets the value of the wmType property.
|
int |
getWmTypeNSizeIs()
Gets the value of the wmTypeNSizeIs property.
|
int |
hashCode() |
void |
setCfgActivitySnapshotID(java.lang.String value)
Sets the value of the cfgActivitySnapshotID property.
|
void |
setCfgAgentSnapshotID(java.lang.String value)
Sets the value of the cfgAgentSnapshotID property.
|
void |
setCfgVirtualActivitySnapshotID(java.lang.String value)
Sets the value of the cfgVirtualActivitySnapshotID 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 |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmOvertimeOfferId(java.util.List<java.lang.Integer> wmOvertimeOfferId)
Sets the value of the wmOvertimeOfferId property.
|
void |
setWmOvertimeOfferIdNSizeIs(int value)
Sets the value of the wmOvertimeOfferIdNSizeIs 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.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStatus(java.util.List<java.lang.Integer> wmStatus)
Sets the value of the wmStatus property.
|
void |
setWmStatusNSizeIs(int value)
Sets the value of the wmStatusNSizeIs property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmType(java.util.List<java.lang.Integer> wmType)
Sets the value of the wmType property.
|
void |
setWmTypeNSizeIs(int value)
Sets the value of the wmTypeNSizeIs property.
|
java.lang.String |
toString() |
CfgOvertimeOfferFilter |
withCfgActivitySnapshotID(java.lang.String value) |
CfgOvertimeOfferFilter |
withCfgAgentSnapshotID(java.lang.String value) |
CfgOvertimeOfferFilter |
withCfgVirtualActivitySnapshotID(java.lang.String value) |
CfgOvertimeOfferFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferFilter |
withWmBUId(java.lang.Integer... values) |
CfgOvertimeOfferFilter |
withWmBUIdNSizeIs(int value) |
CfgOvertimeOfferFilter |
withWmEndDateTime(double value) |
CfgOvertimeOfferFilter |
withWmOvertimeOfferId(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferFilter |
withWmOvertimeOfferId(java.lang.Integer... values) |
CfgOvertimeOfferFilter |
withWmOvertimeOfferIdNSizeIs(int value) |
CfgOvertimeOfferFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferFilter |
withWmSiteId(java.lang.Integer... values) |
CfgOvertimeOfferFilter |
withWmSiteIdNSizeIs(int value) |
CfgOvertimeOfferFilter |
withWmStartDateTime(double value) |
CfgOvertimeOfferFilter |
withWmStatus(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferFilter |
withWmStatus(java.lang.Integer... values) |
CfgOvertimeOfferFilter |
withWmStatusNSizeIs(int value) |
CfgOvertimeOfferFilter |
withWmTimezoneId(int value) |
CfgOvertimeOfferFilter |
withWmType(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferFilter |
withWmType(java.lang.Integer... values) |
CfgOvertimeOfferFilter |
withWmTypeNSizeIs(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 wmOvertimeOfferIdNSizeIs
protected java.util.List<java.lang.Integer> wmOvertimeOfferId
protected int wmTypeNSizeIs
protected java.util.List<java.lang.Integer> wmType
protected int wmStatusNSizeIs
protected java.util.List<java.lang.Integer> wmStatus
protected double wmStartDateTime
protected double wmEndDateTime
protected int wmTimezoneId
protected java.lang.String cfgAgentSnapshotID
protected java.lang.String cfgActivitySnapshotID
protected java.lang.String cfgVirtualActivitySnapshotID
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 getWmOvertimeOfferIdNSizeIs()
public void setWmOvertimeOfferIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmOvertimeOfferId()
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 wmOvertimeOfferId property.
For example, to add a new item, do as follows:
getWmOvertimeOfferId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmTypeNSizeIs()
public void setWmTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmType()
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 wmType property.
For example, to add a new item, do as follows:
getWmType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmStatusNSizeIs()
public void setWmStatusNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmStatus()
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 wmStatus property.
For example, to add a new item, do as follows:
getWmStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public java.lang.String getCfgAgentSnapshotID()
Stringpublic void setCfgAgentSnapshotID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCfgActivitySnapshotID()
Stringpublic void setCfgActivitySnapshotID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCfgVirtualActivitySnapshotID()
Stringpublic void setCfgVirtualActivitySnapshotID(java.lang.String value)
value - allowed object is
Stringpublic CfgOvertimeOfferFilter withWmBUIdNSizeIs(int value)
public CfgOvertimeOfferFilter withWmBUId(java.lang.Integer... values)
public CfgOvertimeOfferFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferFilter withWmSiteIdNSizeIs(int value)
public CfgOvertimeOfferFilter withWmSiteId(java.lang.Integer... values)
public CfgOvertimeOfferFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferFilter withWmOvertimeOfferIdNSizeIs(int value)
public CfgOvertimeOfferFilter withWmOvertimeOfferId(java.lang.Integer... values)
public CfgOvertimeOfferFilter withWmOvertimeOfferId(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferFilter withWmTypeNSizeIs(int value)
public CfgOvertimeOfferFilter withWmType(java.lang.Integer... values)
public CfgOvertimeOfferFilter withWmType(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferFilter withWmStatusNSizeIs(int value)
public CfgOvertimeOfferFilter withWmStatus(java.lang.Integer... values)
public CfgOvertimeOfferFilter withWmStatus(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferFilter withWmStartDateTime(double value)
public CfgOvertimeOfferFilter withWmEndDateTime(double value)
public CfgOvertimeOfferFilter withWmTimezoneId(int value)
public CfgOvertimeOfferFilter withCfgAgentSnapshotID(java.lang.String value)
public CfgOvertimeOfferFilter withCfgActivitySnapshotID(java.lang.String value)
public CfgOvertimeOfferFilter withCfgVirtualActivitySnapshotID(java.lang.String value)
public void setWmBUId(java.util.List<java.lang.Integer> wmBUId)
wmBUId - allowed object is
Integerpublic void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId - allowed object is
Integerpublic void setWmOvertimeOfferId(java.util.List<java.lang.Integer> wmOvertimeOfferId)
wmOvertimeOfferId - allowed object is
Integerpublic void setWmType(java.util.List<java.lang.Integer> wmType)
wmType - allowed object is
Integerpublic void setWmStatus(java.util.List<java.lang.Integer> wmStatus)
wmStatus - allowed object is
Integerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.