public class CfgUserFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
gswUserId |
protected int |
gswUserIdNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmSecurityRoleId |
protected int |
wmSecurityRoleIdNSizeIs |
Constructor and Description |
---|
CfgUserFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getGswUserId()
Gets the value of the gswUserId property.
|
int |
getGswUserIdNSizeIs()
Gets the value of the gswUserIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSecurityRoleId()
Gets the value of the wmSecurityRoleId property.
|
int |
getWmSecurityRoleIdNSizeIs()
Gets the value of the wmSecurityRoleIdNSizeIs property.
|
int |
hashCode() |
void |
setGswUserId(java.util.List<java.lang.Integer> gswUserId)
Sets the value of the gswUserId property.
|
void |
setGswUserIdNSizeIs(int value)
Sets the value of the gswUserIdNSizeIs property.
|
void |
setWmSecurityRoleId(java.util.List<java.lang.Integer> wmSecurityRoleId)
Sets the value of the wmSecurityRoleId property.
|
void |
setWmSecurityRoleIdNSizeIs(int value)
Sets the value of the wmSecurityRoleIdNSizeIs property.
|
java.lang.String |
toString() |
CfgUserFilter |
withGswUserId(java.util.Collection<java.lang.Integer> values) |
CfgUserFilter |
withGswUserId(java.lang.Integer... values) |
CfgUserFilter |
withGswUserIdNSizeIs(int value) |
CfgUserFilter |
withWmSecurityRoleId(java.util.Collection<java.lang.Integer> values) |
CfgUserFilter |
withWmSecurityRoleId(java.lang.Integer... values) |
CfgUserFilter |
withWmSecurityRoleIdNSizeIs(int value) |
private static final long serialVersionUID
protected int gswUserIdNSizeIs
protected java.util.List<java.lang.Integer> gswUserId
protected int wmSecurityRoleIdNSizeIs
protected java.util.List<java.lang.Integer> wmSecurityRoleId
public int getGswUserIdNSizeIs()
public void setGswUserIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getGswUserId()
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 gswUserId property.
For example, to add a new item, do as follows:
getGswUserId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmSecurityRoleIdNSizeIs()
public void setWmSecurityRoleIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSecurityRoleId()
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 wmSecurityRoleId property.
For example, to add a new item, do as follows:
getWmSecurityRoleId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgUserFilter withGswUserIdNSizeIs(int value)
public CfgUserFilter withGswUserId(java.lang.Integer... values)
public CfgUserFilter withGswUserId(java.util.Collection<java.lang.Integer> values)
public CfgUserFilter withWmSecurityRoleIdNSizeIs(int value)
public CfgUserFilter withWmSecurityRoleId(java.lang.Integer... values)
public CfgUserFilter withWmSecurityRoleId(java.util.Collection<java.lang.Integer> values)
public void setGswUserId(java.util.List<java.lang.Integer> gswUserId)
gswUserId
- allowed object is
Integer
public void setWmSecurityRoleId(java.util.List<java.lang.Integer> wmSecurityRoleId)
wmSecurityRoleId
- 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.