public class CfgStateFilter
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> |
wmCfgStateId |
protected int |
wmCfgStateIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmCfgStateType |
protected int |
wmCfgStateTypeNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSchStateType |
protected int |
wmSchStateTypeNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmStateGroupId |
protected int |
wmStateGroupIdNSizeIs |
Constructor and Description |
---|
CfgStateFilter() |
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> |
getWmCfgStateId()
Gets the value of the wmCfgStateId property.
|
int |
getWmCfgStateIdNSizeIs()
Gets the value of the wmCfgStateIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmCfgStateType()
Gets the value of the wmCfgStateType property.
|
int |
getWmCfgStateTypeNSizeIs()
Gets the value of the wmCfgStateTypeNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSchStateType()
Gets the value of the wmSchStateType property.
|
int |
getWmSchStateTypeNSizeIs()
Gets the value of the wmSchStateTypeNSizeIs 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> |
getWmStateGroupId()
Gets the value of the wmStateGroupId property.
|
int |
getWmStateGroupIdNSizeIs()
Gets the value of the wmStateGroupIdNSizeIs 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 |
setWmCfgStateId(java.util.List<java.lang.Integer> wmCfgStateId)
Sets the value of the wmCfgStateId property.
|
void |
setWmCfgStateIdNSizeIs(int value)
Sets the value of the wmCfgStateIdNSizeIs property.
|
void |
setWmCfgStateType(java.util.List<java.lang.Integer> wmCfgStateType)
Sets the value of the wmCfgStateType property.
|
void |
setWmCfgStateTypeNSizeIs(int value)
Sets the value of the wmCfgStateTypeNSizeIs property.
|
void |
setWmSchStateType(java.util.List<java.lang.Integer> wmSchStateType)
Sets the value of the wmSchStateType property.
|
void |
setWmSchStateTypeNSizeIs(int value)
Sets the value of the wmSchStateTypeNSizeIs 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.
|
void |
setWmStateGroupId(java.util.List<java.lang.Integer> wmStateGroupId)
Sets the value of the wmStateGroupId property.
|
void |
setWmStateGroupIdNSizeIs(int value)
Sets the value of the wmStateGroupIdNSizeIs property.
|
java.lang.String |
toString() |
CfgStateFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmBUId(java.lang.Integer... values) |
CfgStateFilter |
withWmBUIdNSizeIs(int value) |
CfgStateFilter |
withWmCfgStateId(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmCfgStateId(java.lang.Integer... values) |
CfgStateFilter |
withWmCfgStateIdNSizeIs(int value) |
CfgStateFilter |
withWmCfgStateType(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmCfgStateType(java.lang.Integer... values) |
CfgStateFilter |
withWmCfgStateTypeNSizeIs(int value) |
CfgStateFilter |
withWmSchStateType(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmSchStateType(java.lang.Integer... values) |
CfgStateFilter |
withWmSchStateTypeNSizeIs(int value) |
CfgStateFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmSiteId(java.lang.Integer... values) |
CfgStateFilter |
withWmSiteIdNSizeIs(int value) |
CfgStateFilter |
withWmStateGroupId(java.util.Collection<java.lang.Integer> values) |
CfgStateFilter |
withWmStateGroupId(java.lang.Integer... values) |
CfgStateFilter |
withWmStateGroupIdNSizeIs(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 wmCfgStateIdNSizeIs
protected java.util.List<java.lang.Integer> wmCfgStateId
protected int wmStateGroupIdNSizeIs
protected java.util.List<java.lang.Integer> wmStateGroupId
protected int wmCfgStateTypeNSizeIs
protected java.util.List<java.lang.Integer> wmCfgStateType
protected int wmSchStateTypeNSizeIs
protected java.util.List<java.lang.Integer> wmSchStateType
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 getWmCfgStateIdNSizeIs()
public void setWmCfgStateIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmCfgStateId()
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 wmCfgStateId property.
For example, to add a new item, do as follows:
getWmCfgStateId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmStateGroupIdNSizeIs()
public void setWmStateGroupIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmStateGroupId()
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 wmStateGroupId property.
For example, to add a new item, do as follows:
getWmStateGroupId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmCfgStateTypeNSizeIs()
public void setWmCfgStateTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmCfgStateType()
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 wmCfgStateType property.
For example, to add a new item, do as follows:
getWmCfgStateType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmSchStateTypeNSizeIs()
public void setWmSchStateTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSchStateType()
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 wmSchStateType property.
For example, to add a new item, do as follows:
getWmSchStateType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgStateFilter withWmBUIdNSizeIs(int value)
public CfgStateFilter withWmBUId(java.lang.Integer... values)
public CfgStateFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgStateFilter withWmSiteIdNSizeIs(int value)
public CfgStateFilter withWmSiteId(java.lang.Integer... values)
public CfgStateFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgStateFilter withWmCfgStateIdNSizeIs(int value)
public CfgStateFilter withWmCfgStateId(java.lang.Integer... values)
public CfgStateFilter withWmCfgStateId(java.util.Collection<java.lang.Integer> values)
public CfgStateFilter withWmStateGroupIdNSizeIs(int value)
public CfgStateFilter withWmStateGroupId(java.lang.Integer... values)
public CfgStateFilter withWmStateGroupId(java.util.Collection<java.lang.Integer> values)
public CfgStateFilter withWmCfgStateTypeNSizeIs(int value)
public CfgStateFilter withWmCfgStateType(java.lang.Integer... values)
public CfgStateFilter withWmCfgStateType(java.util.Collection<java.lang.Integer> values)
public CfgStateFilter withWmSchStateTypeNSizeIs(int value)
public CfgStateFilter withWmSchStateType(java.lang.Integer... values)
public CfgStateFilter withWmSchStateType(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 setWmCfgStateId(java.util.List<java.lang.Integer> wmCfgStateId)
wmCfgStateId
- allowed object is
Integer
public void setWmStateGroupId(java.util.List<java.lang.Integer> wmStateGroupId)
wmStateGroupId
- allowed object is
Integer
public void setWmCfgStateType(java.util.List<java.lang.Integer> wmCfgStateType)
wmCfgStateType
- allowed object is
Integer
public void setWmSchStateType(java.util.List<java.lang.Integer> wmSchStateType)
wmSchStateType
- 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.