public class CfgExceptionTypeFilter
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> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmExceptionTypeId |
protected int |
wmExceptionTypeIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgExceptionTypeFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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> |
getWmExceptionTypeId()
Gets the value of the wmExceptionTypeId property.
|
int |
getWmExceptionTypeIdNSizeIs()
Gets the value of the wmExceptionTypeIdNSizeIs 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 |
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 |
setWmExceptionTypeId(java.util.List<java.lang.Integer> wmExceptionTypeId)
Sets the value of the wmExceptionTypeId property.
|
void |
setWmExceptionTypeIdNSizeIs(int value)
Sets the value of the wmExceptionTypeIdNSizeIs 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() |
CfgExceptionTypeFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgExceptionTypeFilter |
withWmBUId(java.lang.Integer... values) |
CfgExceptionTypeFilter |
withWmBUIdNSizeIs(int value) |
CfgExceptionTypeFilter |
withWmExceptionTypeId(java.util.Collection<java.lang.Integer> values) |
CfgExceptionTypeFilter |
withWmExceptionTypeId(java.lang.Integer... values) |
CfgExceptionTypeFilter |
withWmExceptionTypeIdNSizeIs(int value) |
CfgExceptionTypeFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgExceptionTypeFilter |
withWmSiteId(java.lang.Integer... values) |
CfgExceptionTypeFilter |
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 wmExceptionTypeIdNSizeIs
protected java.util.List<java.lang.Integer> wmExceptionTypeId
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 getWmExceptionTypeIdNSizeIs()
public void setWmExceptionTypeIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmExceptionTypeId()
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 wmExceptionTypeId property.
For example, to add a new item, do as follows:
getWmExceptionTypeId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgExceptionTypeFilter withWmBUIdNSizeIs(int value)
public CfgExceptionTypeFilter withWmBUId(java.lang.Integer... values)
public CfgExceptionTypeFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgExceptionTypeFilter withWmSiteIdNSizeIs(int value)
public CfgExceptionTypeFilter withWmSiteId(java.lang.Integer... values)
public CfgExceptionTypeFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgExceptionTypeFilter withWmExceptionTypeIdNSizeIs(int value)
public CfgExceptionTypeFilter withWmExceptionTypeId(java.lang.Integer... values)
public CfgExceptionTypeFilter withWmExceptionTypeId(java.util.Collection<java.lang.Integer> values)
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 setWmExceptionTypeId(java.util.List<java.lang.Integer> wmExceptionTypeId)
wmExceptionTypeId
- 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.