public class CfgSkillFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cfgSnapshotID |
protected java.util.List<java.lang.Integer> |
gswSkillId |
protected int |
gswSkillIdNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
Constructor and Description |
---|
CfgSkillFilter() |
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> |
getGswSkillId()
Gets the value of the gswSkillId property.
|
int |
getGswSkillIdNSizeIs()
Gets the value of the gswSkillIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
int |
hashCode() |
void |
setCfgSnapshotID(java.lang.String value)
Sets the value of the cfgSnapshotID property.
|
void |
setGswSkillId(java.util.List<java.lang.Integer> gswSkillId)
Sets the value of the gswSkillId property.
|
void |
setGswSkillIdNSizeIs(int value)
Sets the value of the gswSkillIdNSizeIs 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.
|
java.lang.String |
toString() |
CfgSkillFilter |
withCfgSnapshotID(java.lang.String value) |
CfgSkillFilter |
withGswSkillId(java.util.Collection<java.lang.Integer> values) |
CfgSkillFilter |
withGswSkillId(java.lang.Integer... values) |
CfgSkillFilter |
withGswSkillIdNSizeIs(int value) |
CfgSkillFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgSkillFilter |
withWmBUId(java.lang.Integer... values) |
CfgSkillFilter |
withWmBUIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmBUIdNSizeIs
protected java.util.List<java.lang.Integer> wmBUId
protected int gswSkillIdNSizeIs
protected java.util.List<java.lang.Integer> gswSkillId
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 getGswSkillIdNSizeIs()
public void setGswSkillIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getGswSkillId()
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 gswSkillId property.
For example, to add a new item, do as follows:
getGswSkillId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getCfgSnapshotID()
String
public void setCfgSnapshotID(java.lang.String value)
value
- allowed object is
String
public CfgSkillFilter withWmBUIdNSizeIs(int value)
public CfgSkillFilter withWmBUId(java.lang.Integer... values)
public CfgSkillFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgSkillFilter withGswSkillIdNSizeIs(int value)
public CfgSkillFilter withGswSkillId(java.lang.Integer... values)
public CfgSkillFilter withGswSkillId(java.util.Collection<java.lang.Integer> values)
public CfgSkillFilter withCfgSnapshotID(java.lang.String value)
public void setWmBUId(java.util.List<java.lang.Integer> wmBUId)
wmBUId
- allowed object is
Integer
public void setGswSkillId(java.util.List<java.lang.Integer> gswSkillId)
gswSkillId
- 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.