public class CfgSiteFilter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cfgSnapshotID |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
| Constructor and Description |
|---|
CfgSiteFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCfgSnapshotID()
Gets the value of the cfgSnapshotID 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.
|
int |
hashCode() |
void |
setCfgSnapshotID(java.lang.String value)
Sets the value of the cfgSnapshotID 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 |
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() |
CfgSiteFilter |
withCfgSnapshotID(java.lang.String value) |
CfgSiteFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgSiteFilter |
withWmBUId(java.lang.Integer... values) |
CfgSiteFilter |
withWmBUIdNSizeIs(int value) |
CfgSiteFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgSiteFilter |
withWmSiteId(java.lang.Integer... values) |
CfgSiteFilter |
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 java.lang.String cfgSnapshotID
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 java.lang.String getCfgSnapshotID()
Stringpublic void setCfgSnapshotID(java.lang.String value)
value - allowed object is
Stringpublic CfgSiteFilter withWmBUIdNSizeIs(int value)
public CfgSiteFilter withWmBUId(java.lang.Integer... values)
public CfgSiteFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgSiteFilter withWmSiteIdNSizeIs(int value)
public CfgSiteFilter withWmSiteId(java.lang.Integer... values)
public CfgSiteFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgSiteFilter withCfgSnapshotID(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 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.