public class CfgAccrualRuleFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmAccrualRuleId |
protected int |
wmAccrualRuleIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmTimeOffTypeId |
protected int |
wmTimeOffTypeIdNSizeIs |
Constructor and Description |
---|
CfgAccrualRuleFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmAccrualRuleId()
Gets the value of the wmAccrualRuleId property.
|
int |
getWmAccrualRuleIdNSizeIs()
Gets the value of the wmAccrualRuleIdNSizeIs 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> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmTimeOffTypeId()
Gets the value of the wmTimeOffTypeId property.
|
int |
getWmTimeOffTypeIdNSizeIs()
Gets the value of the wmTimeOffTypeIdNSizeIs property.
|
int |
hashCode() |
void |
setWmAccrualRuleId(java.util.List<java.lang.Integer> value)
Sets the value of the wmAccrualRuleId property.
|
void |
setWmAccrualRuleIdNSizeIs(int value)
Sets the value of the wmAccrualRuleIdNSizeIs property.
|
void |
setWmBUId(java.util.List<java.lang.Integer> value)
Sets the value of the wmBUId property.
|
void |
setWmBUIdNSizeIs(int value)
Sets the value of the wmBUIdNSizeIs property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> value)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmTimeOffTypeId(java.util.List<java.lang.Integer> value)
Sets the value of the wmTimeOffTypeId property.
|
void |
setWmTimeOffTypeIdNSizeIs(int value)
Sets the value of the wmTimeOffTypeIdNSizeIs property.
|
java.lang.String |
toString() |
CfgAccrualRuleFilter |
withWmAccrualRuleId(java.util.Collection<java.lang.Integer> values) |
CfgAccrualRuleFilter |
withWmAccrualRuleId(java.lang.Integer... values) |
CfgAccrualRuleFilter |
withWmAccrualRuleIdNSizeIs(int value) |
CfgAccrualRuleFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgAccrualRuleFilter |
withWmBUId(java.lang.Integer... values) |
CfgAccrualRuleFilter |
withWmBUIdNSizeIs(int value) |
CfgAccrualRuleFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgAccrualRuleFilter |
withWmSiteId(java.lang.Integer... values) |
CfgAccrualRuleFilter |
withWmSiteIdNSizeIs(int value) |
CfgAccrualRuleFilter |
withWmTimeOffTypeId(java.util.Collection<java.lang.Integer> values) |
CfgAccrualRuleFilter |
withWmTimeOffTypeId(java.lang.Integer... values) |
CfgAccrualRuleFilter |
withWmTimeOffTypeIdNSizeIs(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 wmAccrualRuleIdNSizeIs
protected java.util.List<java.lang.Integer> wmAccrualRuleId
protected int wmTimeOffTypeIdNSizeIs
protected java.util.List<java.lang.Integer> wmTimeOffTypeId
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 void setWmBUId(java.util.List<java.lang.Integer> value)
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 void setWmSiteId(java.util.List<java.lang.Integer> value)
public int getWmAccrualRuleIdNSizeIs()
public void setWmAccrualRuleIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmAccrualRuleId()
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 wmAccrualRuleId property.
For example, to add a new item, do as follows:
getWmAccrualRuleId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setWmAccrualRuleId(java.util.List<java.lang.Integer> value)
public int getWmTimeOffTypeIdNSizeIs()
public void setWmTimeOffTypeIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmTimeOffTypeId()
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 wmTimeOffTypeId property.
For example, to add a new item, do as follows:
getWmTimeOffTypeId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setWmTimeOffTypeId(java.util.List<java.lang.Integer> value)
public CfgAccrualRuleFilter withWmBUIdNSizeIs(int value)
public CfgAccrualRuleFilter withWmBUId(java.lang.Integer... values)
public CfgAccrualRuleFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgAccrualRuleFilter withWmSiteIdNSizeIs(int value)
public CfgAccrualRuleFilter withWmSiteId(java.lang.Integer... values)
public CfgAccrualRuleFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgAccrualRuleFilter withWmAccrualRuleIdNSizeIs(int value)
public CfgAccrualRuleFilter withWmAccrualRuleId(java.lang.Integer... values)
public CfgAccrualRuleFilter withWmAccrualRuleId(java.util.Collection<java.lang.Integer> values)
public CfgAccrualRuleFilter withWmTimeOffTypeIdNSizeIs(int value)
public CfgAccrualRuleFilter withWmTimeOffTypeId(java.lang.Integer... values)
public CfgAccrualRuleFilter withWmTimeOffTypeId(java.util.Collection<java.lang.Integer> values)
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.