public class CfgSecurityRoleDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType |
protected boolean |
provideSubsystemInfo |
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgSecurityRoleDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideSubsystemInfo()
Gets the value of the provideSubsystemInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideSubsystemInfo(boolean value)
Sets the value of the provideSubsystemInfo property.
|
java.lang.String |
toString() |
CfgSecurityRoleDetails |
withInfoType(int value) |
CfgSecurityRoleDetails |
withProvideSubsystemInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
protected boolean provideSubsystemInfo
public int getInfoType()
public void setInfoType(int value)
public boolean isProvideSubsystemInfo()
public void setProvideSubsystemInfo(boolean value)
public CfgSecurityRoleDetails withInfoType(int value)
public CfgSecurityRoleDetails withProvideSubsystemInfo(boolean 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.