public class CfgSecurityRoleHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgSecurityRole> |
objectArray |
protected int |
objectArrayNSizeIs |
protected java.util.List<java.lang.Integer> |
objectIDArray |
protected int |
objectIDArrayNSizeIs |
protected java.util.List<CfgSecurityRoleShort> |
objectShortArray |
protected int |
objectShortArrayNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<CfgSubsystem> |
subsystemInfo |
protected int |
subsystemInfoNSizeIs |
protected long |
timestamp |
Constructor and Description |
---|
CfgSecurityRoleHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgSecurityRole> |
getObjectArray()
Gets the value of the objectArray property.
|
int |
getObjectArrayNSizeIs()
Gets the value of the objectArrayNSizeIs property.
|
java.util.List<java.lang.Integer> |
getObjectIDArray()
Gets the value of the objectIDArray property.
|
int |
getObjectIDArrayNSizeIs()
Gets the value of the objectIDArrayNSizeIs property.
|
java.util.List<CfgSecurityRoleShort> |
getObjectShortArray()
Gets the value of the objectShortArray property.
|
int |
getObjectShortArrayNSizeIs()
Gets the value of the objectShortArrayNSizeIs property.
|
java.util.List<CfgSubsystem> |
getSubsystemInfo()
Gets the value of the subsystemInfo property.
|
int |
getSubsystemInfoNSizeIs()
Gets the value of the subsystemInfoNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
void |
setObjectArray(java.util.List<CfgSecurityRole> objectArray)
Sets the value of the objectArray property.
|
void |
setObjectArrayNSizeIs(int value)
Sets the value of the objectArrayNSizeIs property.
|
void |
setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
Sets the value of the objectIDArray property.
|
void |
setObjectIDArrayNSizeIs(int value)
Sets the value of the objectIDArrayNSizeIs property.
|
void |
setObjectShortArray(java.util.List<CfgSecurityRoleShort> objectShortArray)
Sets the value of the objectShortArray property.
|
void |
setObjectShortArrayNSizeIs(int value)
Sets the value of the objectShortArrayNSizeIs property.
|
void |
setSubsystemInfo(java.util.List<CfgSubsystem> subsystemInfo)
Sets the value of the subsystemInfo property.
|
void |
setSubsystemInfoNSizeIs(int value)
Sets the value of the subsystemInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgSecurityRoleHolder |
withObjectArray(CfgSecurityRole... values) |
CfgSecurityRoleHolder |
withObjectArray(java.util.Collection<CfgSecurityRole> values) |
CfgSecurityRoleHolder |
withObjectArrayNSizeIs(int value) |
CfgSecurityRoleHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgSecurityRoleHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgSecurityRoleHolder |
withObjectIDArrayNSizeIs(int value) |
CfgSecurityRoleHolder |
withObjectShortArray(CfgSecurityRoleShort... values) |
CfgSecurityRoleHolder |
withObjectShortArray(java.util.Collection<CfgSecurityRoleShort> values) |
CfgSecurityRoleHolder |
withObjectShortArrayNSizeIs(int value) |
CfgSecurityRoleHolder |
withSubsystemInfo(CfgSubsystem... values) |
CfgSecurityRoleHolder |
withSubsystemInfo(java.util.Collection<CfgSubsystem> values) |
CfgSecurityRoleHolder |
withSubsystemInfoNSizeIs(int value) |
CfgSecurityRoleHolder |
withTimestamp(long value) |
private static final long serialVersionUID
protected int objectIDArrayNSizeIs
protected java.util.List<java.lang.Integer> objectIDArray
protected int objectArrayNSizeIs
protected java.util.List<CfgSecurityRole> objectArray
protected int objectShortArrayNSizeIs
protected java.util.List<CfgSecurityRoleShort> objectShortArray
protected int subsystemInfoNSizeIs
protected java.util.List<CfgSubsystem> subsystemInfo
protected long timestamp
public int getObjectIDArrayNSizeIs()
public void setObjectIDArrayNSizeIs(int value)
public java.util.List<java.lang.Integer> getObjectIDArray()
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 objectIDArray property.
For example, to add a new item, do as follows:
getObjectIDArray().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getObjectArrayNSizeIs()
public void setObjectArrayNSizeIs(int value)
public java.util.List<CfgSecurityRole> getObjectArray()
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 objectArray property.
For example, to add a new item, do as follows:
getObjectArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSecurityRole
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgSecurityRoleShort> getObjectShortArray()
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 objectShortArray property.
For example, to add a new item, do as follows:
getObjectShortArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSecurityRoleShort
public int getSubsystemInfoNSizeIs()
public void setSubsystemInfoNSizeIs(int value)
public java.util.List<CfgSubsystem> getSubsystemInfo()
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 subsystemInfo property.
For example, to add a new item, do as follows:
getSubsystemInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSubsystem
public long getTimestamp()
public void setTimestamp(long value)
public CfgSecurityRoleHolder withObjectIDArrayNSizeIs(int value)
public CfgSecurityRoleHolder withObjectIDArray(java.lang.Integer... values)
public CfgSecurityRoleHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgSecurityRoleHolder withObjectArrayNSizeIs(int value)
public CfgSecurityRoleHolder withObjectArray(CfgSecurityRole... values)
public CfgSecurityRoleHolder withObjectArray(java.util.Collection<CfgSecurityRole> values)
public CfgSecurityRoleHolder withObjectShortArrayNSizeIs(int value)
public CfgSecurityRoleHolder withObjectShortArray(CfgSecurityRoleShort... values)
public CfgSecurityRoleHolder withObjectShortArray(java.util.Collection<CfgSecurityRoleShort> values)
public CfgSecurityRoleHolder withSubsystemInfoNSizeIs(int value)
public CfgSecurityRoleHolder withSubsystemInfo(CfgSubsystem... values)
public CfgSecurityRoleHolder withSubsystemInfo(java.util.Collection<CfgSubsystem> values)
public CfgSecurityRoleHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgSecurityRole> objectArray)
objectArray
- allowed object is
CfgSecurityRole
public void setObjectShortArray(java.util.List<CfgSecurityRoleShort> objectShortArray)
objectShortArray
- allowed object is
CfgSecurityRoleShort
public void setSubsystemInfo(java.util.List<CfgSubsystem> subsystemInfo)
subsystemInfo
- allowed object is
CfgSubsystem
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.