public class CfgSecurityRole
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp |
private java.lang.String |
wmName |
private int |
wmSecurityRoleId |
private int[] |
wmSecurityRoleSubsystems |
private int |
wmSecurityRoleSubsystemsNSizeIs |
| Constructor and Description |
|---|
CfgSecurityRole() |
CfgSecurityRole(int wmSecurityRoleId,
java.lang.String wmName,
int wmSecurityRoleSubsystemsNSizeIs,
int[] wmSecurityRoleSubsystems,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgSecurityRole.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgSecurityRole.
|
int |
getWmSecurityRoleId()
Gets the wmSecurityRoleId value for this CfgSecurityRole.
|
int[] |
getWmSecurityRoleSubsystems()
Gets the wmSecurityRoleSubsystems value for this CfgSecurityRole.
|
int |
getWmSecurityRoleSubsystemsNSizeIs()
Gets the wmSecurityRoleSubsystemsNSizeIs value for this CfgSecurityRole.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgSecurityRole.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgSecurityRole.
|
void |
setWmSecurityRoleId(int wmSecurityRoleId)
Sets the wmSecurityRoleId value for this CfgSecurityRole.
|
void |
setWmSecurityRoleSubsystems(int[] wmSecurityRoleSubsystems)
Sets the wmSecurityRoleSubsystems value for this CfgSecurityRole.
|
void |
setWmSecurityRoleSubsystemsNSizeIs(int wmSecurityRoleSubsystemsNSizeIs)
Sets the wmSecurityRoleSubsystemsNSizeIs value for this CfgSecurityRole.
|
private int wmSecurityRoleId
private java.lang.String wmName
private int wmSecurityRoleSubsystemsNSizeIs
private int[] wmSecurityRoleSubsystems
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgSecurityRole()
public CfgSecurityRole(int wmSecurityRoleId,
java.lang.String wmName,
int wmSecurityRoleSubsystemsNSizeIs,
int[] wmSecurityRoleSubsystems,
long timestamp)
public int getWmSecurityRoleId()
public void setWmSecurityRoleId(int wmSecurityRoleId)
wmSecurityRoleId - public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName - public int getWmSecurityRoleSubsystemsNSizeIs()
public void setWmSecurityRoleSubsystemsNSizeIs(int wmSecurityRoleSubsystemsNSizeIs)
wmSecurityRoleSubsystemsNSizeIs - public int[] getWmSecurityRoleSubsystems()
public void setWmSecurityRoleSubsystems(int[] wmSecurityRoleSubsystems)
wmSecurityRoleSubsystems - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.