public class CfgProfileFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cfgProfileSnapshotID |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmContractId |
protected int |
wmContractIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmProfileId |
protected int |
wmProfileIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgProfileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getCfgProfileSnapshotID()
Gets the value of the cfgProfileSnapshotID 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> |
getWmContractId()
Gets the value of the wmContractId property.
|
int |
getWmContractIdNSizeIs()
Gets the value of the wmContractIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmProfileId()
Gets the value of the wmProfileId property.
|
int |
getWmProfileIdNSizeIs()
Gets the value of the wmProfileIdNSizeIs 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 |
setCfgProfileSnapshotID(java.lang.String value)
Sets the value of the cfgProfileSnapshotID 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 |
setWmContractId(java.util.List<java.lang.Integer> wmContractId)
Sets the value of the wmContractId property.
|
void |
setWmContractIdNSizeIs(int value)
Sets the value of the wmContractIdNSizeIs property.
|
void |
setWmProfileId(java.util.List<java.lang.Integer> wmProfileId)
Sets the value of the wmProfileId property.
|
void |
setWmProfileIdNSizeIs(int value)
Sets the value of the wmProfileIdNSizeIs 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() |
CfgProfileFilter |
withCfgProfileSnapshotID(java.lang.String value) |
CfgProfileFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgProfileFilter |
withWmBUId(java.lang.Integer... values) |
CfgProfileFilter |
withWmBUIdNSizeIs(int value) |
CfgProfileFilter |
withWmContractId(java.util.Collection<java.lang.Integer> values) |
CfgProfileFilter |
withWmContractId(java.lang.Integer... values) |
CfgProfileFilter |
withWmContractIdNSizeIs(int value) |
CfgProfileFilter |
withWmProfileId(java.util.Collection<java.lang.Integer> values) |
CfgProfileFilter |
withWmProfileId(java.lang.Integer... values) |
CfgProfileFilter |
withWmProfileIdNSizeIs(int value) |
CfgProfileFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgProfileFilter |
withWmSiteId(java.lang.Integer... values) |
CfgProfileFilter |
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 wmProfileIdNSizeIs
protected java.util.List<java.lang.Integer> wmProfileId
protected int wmContractIdNSizeIs
protected java.util.List<java.lang.Integer> wmContractId
protected java.lang.String cfgProfileSnapshotID
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 getWmProfileIdNSizeIs()
public void setWmProfileIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmProfileId()
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 wmProfileId property.
For example, to add a new item, do as follows:
getWmProfileId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmContractIdNSizeIs()
public void setWmContractIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmContractId()
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 wmContractId property.
For example, to add a new item, do as follows:
getWmContractId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getCfgProfileSnapshotID()
String
public void setCfgProfileSnapshotID(java.lang.String value)
value
- allowed object is
String
public CfgProfileFilter withWmBUIdNSizeIs(int value)
public CfgProfileFilter withWmBUId(java.lang.Integer... values)
public CfgProfileFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgProfileFilter withWmSiteIdNSizeIs(int value)
public CfgProfileFilter withWmSiteId(java.lang.Integer... values)
public CfgProfileFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgProfileFilter withWmProfileIdNSizeIs(int value)
public CfgProfileFilter withWmProfileId(java.lang.Integer... values)
public CfgProfileFilter withWmProfileId(java.util.Collection<java.lang.Integer> values)
public CfgProfileFilter withWmContractIdNSizeIs(int value)
public CfgProfileFilter withWmContractId(java.lang.Integer... values)
public CfgProfileFilter withWmContractId(java.util.Collection<java.lang.Integer> values)
public CfgProfileFilter withCfgProfileSnapshotID(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 setWmProfileId(java.util.List<java.lang.Integer> wmProfileId)
wmProfileId
- allowed object is
Integer
public void setWmContractId(java.util.List<java.lang.Integer> wmContractId)
wmContractId
- 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.