public class CfgSecurityRole
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected java.lang.String |
wmName |
protected int |
wmSecurityRoleId |
protected java.util.List<java.lang.Integer> |
wmSecurityRoleSubsystems |
protected int |
wmSecurityRoleSubsystemsNSizeIs |
Constructor and Description |
---|
CfgSecurityRole() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSecurityRoleId()
Gets the value of the wmSecurityRoleId property.
|
java.util.List<java.lang.Integer> |
getWmSecurityRoleSubsystems()
Gets the value of the wmSecurityRoleSubsystems property.
|
int |
getWmSecurityRoleSubsystemsNSizeIs()
Gets the value of the wmSecurityRoleSubsystemsNSizeIs property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSecurityRoleId(int value)
Sets the value of the wmSecurityRoleId property.
|
void |
setWmSecurityRoleSubsystems(java.util.List<java.lang.Integer> wmSecurityRoleSubsystems)
Sets the value of the wmSecurityRoleSubsystems property.
|
void |
setWmSecurityRoleSubsystemsNSizeIs(int value)
Sets the value of the wmSecurityRoleSubsystemsNSizeIs property.
|
java.lang.String |
toString() |
CfgSecurityRole |
withTimestamp(long value) |
CfgSecurityRole |
withWmName(java.lang.String value) |
CfgSecurityRole |
withWmSecurityRoleId(int value) |
CfgSecurityRole |
withWmSecurityRoleSubsystems(java.util.Collection<java.lang.Integer> values) |
CfgSecurityRole |
withWmSecurityRoleSubsystems(java.lang.Integer... values) |
CfgSecurityRole |
withWmSecurityRoleSubsystemsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmSecurityRoleId
protected java.lang.String wmName
protected int wmSecurityRoleSubsystemsNSizeIs
protected java.util.List<java.lang.Integer> wmSecurityRoleSubsystems
protected long timestamp
public int getWmSecurityRoleId()
public void setWmSecurityRoleId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmSecurityRoleSubsystemsNSizeIs()
public void setWmSecurityRoleSubsystemsNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSecurityRoleSubsystems()
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 wmSecurityRoleSubsystems property.
For example, to add a new item, do as follows:
getWmSecurityRoleSubsystems().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgSecurityRole withWmSecurityRoleId(int value)
public CfgSecurityRole withWmName(java.lang.String value)
public CfgSecurityRole withWmSecurityRoleSubsystemsNSizeIs(int value)
public CfgSecurityRole withWmSecurityRoleSubsystems(java.lang.Integer... values)
public CfgSecurityRole withWmSecurityRoleSubsystems(java.util.Collection<java.lang.Integer> values)
public CfgSecurityRole withTimestamp(long value)
public void setWmSecurityRoleSubsystems(java.util.List<java.lang.Integer> wmSecurityRoleSubsystems)
wmSecurityRoleSubsystems
- 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.