public class CfgSecurityRoleShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.lang.String |
wmName |
protected int |
wmSecurityRoleId |
Constructor and Description |
---|
CfgSecurityRoleShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSecurityRoleId()
Gets the value of the wmSecurityRoleId property.
|
int |
hashCode() |
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSecurityRoleId(int value)
Sets the value of the wmSecurityRoleId property.
|
java.lang.String |
toString() |
CfgSecurityRoleShort |
withWmName(java.lang.String value) |
CfgSecurityRoleShort |
withWmSecurityRoleId(int value) |
private static final long serialVersionUID
protected int wmSecurityRoleId
protected java.lang.String wmName
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 CfgSecurityRoleShort withWmSecurityRoleId(int value)
public CfgSecurityRoleShort withWmName(java.lang.String value)
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.