public class CfgUserHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgBUShort> |
buInfo |
protected int |
buInfoNSizeIs |
protected java.util.List<CfgUser> |
objectArray |
protected int |
objectArrayNSizeIs |
protected java.util.List<java.lang.Integer> |
objectIDArray |
protected int |
objectIDArrayNSizeIs |
protected java.util.List<CfgUserShort> |
objectShortArray |
protected int |
objectShortArrayNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<CfgSiteShort> |
siteInfo |
protected int |
siteInfoNSizeIs |
protected java.util.List<CfgSubsystem> |
subsystemInfo |
protected int |
subsystemInfoNSizeIs |
protected java.util.List<CfgTeamShort> |
teamInfo |
protected int |
teamInfoNSizeIs |
protected long |
timestamp |
Constructor and Description |
---|
CfgUserHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgBUShort> |
getBUInfo()
Gets the value of the buInfo property.
|
int |
getBUInfoNSizeIs()
Gets the value of the buInfoNSizeIs property.
|
java.util.List<CfgUser> |
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<CfgUserShort> |
getObjectShortArray()
Gets the value of the objectShortArray property.
|
int |
getObjectShortArrayNSizeIs()
Gets the value of the objectShortArrayNSizeIs property.
|
java.util.List<CfgSiteShort> |
getSiteInfo()
Gets the value of the siteInfo property.
|
int |
getSiteInfoNSizeIs()
Gets the value of the siteInfoNSizeIs property.
|
java.util.List<CfgSubsystem> |
getSubsystemInfo()
Gets the value of the subsystemInfo property.
|
int |
getSubsystemInfoNSizeIs()
Gets the value of the subsystemInfoNSizeIs property.
|
java.util.List<CfgTeamShort> |
getTeamInfo()
Gets the value of the teamInfo property.
|
int |
getTeamInfoNSizeIs()
Gets the value of the teamInfoNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
void |
setBUInfo(java.util.List<CfgBUShort> buInfo)
Sets the value of the buInfo property.
|
void |
setBUInfoNSizeIs(int value)
Sets the value of the buInfoNSizeIs property.
|
void |
setObjectArray(java.util.List<CfgUser> 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<CfgUserShort> objectShortArray)
Sets the value of the objectShortArray property.
|
void |
setObjectShortArrayNSizeIs(int value)
Sets the value of the objectShortArrayNSizeIs property.
|
void |
setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
Sets the value of the siteInfo property.
|
void |
setSiteInfoNSizeIs(int value)
Sets the value of the siteInfoNSizeIs 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 |
setTeamInfo(java.util.List<CfgTeamShort> teamInfo)
Sets the value of the teamInfo property.
|
void |
setTeamInfoNSizeIs(int value)
Sets the value of the teamInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgUserHolder |
withBUInfo(CfgBUShort... values) |
CfgUserHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgUserHolder |
withBUInfoNSizeIs(int value) |
CfgUserHolder |
withObjectArray(CfgUser... values) |
CfgUserHolder |
withObjectArray(java.util.Collection<CfgUser> values) |
CfgUserHolder |
withObjectArrayNSizeIs(int value) |
CfgUserHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgUserHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgUserHolder |
withObjectIDArrayNSizeIs(int value) |
CfgUserHolder |
withObjectShortArray(CfgUserShort... values) |
CfgUserHolder |
withObjectShortArray(java.util.Collection<CfgUserShort> values) |
CfgUserHolder |
withObjectShortArrayNSizeIs(int value) |
CfgUserHolder |
withSiteInfo(CfgSiteShort... values) |
CfgUserHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgUserHolder |
withSiteInfoNSizeIs(int value) |
CfgUserHolder |
withSubsystemInfo(CfgSubsystem... values) |
CfgUserHolder |
withSubsystemInfo(java.util.Collection<CfgSubsystem> values) |
CfgUserHolder |
withSubsystemInfoNSizeIs(int value) |
CfgUserHolder |
withTeamInfo(CfgTeamShort... values) |
CfgUserHolder |
withTeamInfo(java.util.Collection<CfgTeamShort> values) |
CfgUserHolder |
withTeamInfoNSizeIs(int value) |
CfgUserHolder |
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<CfgUser> objectArray
protected int objectShortArrayNSizeIs
protected java.util.List<CfgUserShort> objectShortArray
protected int buInfoNSizeIs
protected java.util.List<CfgBUShort> buInfo
protected int siteInfoNSizeIs
protected java.util.List<CfgSiteShort> siteInfo
protected int teamInfoNSizeIs
protected java.util.List<CfgTeamShort> teamInfo
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<CfgUser> 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
CfgUser
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgUserShort> 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
CfgUserShort
public int getBUInfoNSizeIs()
public void setBUInfoNSizeIs(int value)
public java.util.List<CfgBUShort> getBUInfo()
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 buInfo property.
For example, to add a new item, do as follows:
getBUInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgBUShort
public int getSiteInfoNSizeIs()
public void setSiteInfoNSizeIs(int value)
public java.util.List<CfgSiteShort> getSiteInfo()
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 siteInfo property.
For example, to add a new item, do as follows:
getSiteInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSiteShort
public int getTeamInfoNSizeIs()
public void setTeamInfoNSizeIs(int value)
public java.util.List<CfgTeamShort> getTeamInfo()
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 teamInfo property.
For example, to add a new item, do as follows:
getTeamInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgTeamShort
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 CfgUserHolder withObjectIDArrayNSizeIs(int value)
public CfgUserHolder withObjectIDArray(java.lang.Integer... values)
public CfgUserHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgUserHolder withObjectArrayNSizeIs(int value)
public CfgUserHolder withObjectArray(CfgUser... values)
public CfgUserHolder withObjectArray(java.util.Collection<CfgUser> values)
public CfgUserHolder withObjectShortArrayNSizeIs(int value)
public CfgUserHolder withObjectShortArray(CfgUserShort... values)
public CfgUserHolder withObjectShortArray(java.util.Collection<CfgUserShort> values)
public CfgUserHolder withBUInfoNSizeIs(int value)
public CfgUserHolder withBUInfo(CfgBUShort... values)
public CfgUserHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgUserHolder withSiteInfoNSizeIs(int value)
public CfgUserHolder withSiteInfo(CfgSiteShort... values)
public CfgUserHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgUserHolder withTeamInfoNSizeIs(int value)
public CfgUserHolder withTeamInfo(CfgTeamShort... values)
public CfgUserHolder withTeamInfo(java.util.Collection<CfgTeamShort> values)
public CfgUserHolder withSubsystemInfoNSizeIs(int value)
public CfgUserHolder withSubsystemInfo(CfgSubsystem... values)
public CfgUserHolder withSubsystemInfo(java.util.Collection<CfgSubsystem> values)
public CfgUserHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgUser> objectArray)
objectArray
- allowed object is
CfgUser
public void setObjectShortArray(java.util.List<CfgUserShort> objectShortArray)
objectShortArray
- allowed object is
CfgUserShort
public void setBUInfo(java.util.List<CfgBUShort> buInfo)
buInfo
- allowed object is
CfgBUShort
public void setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
siteInfo
- allowed object is
CfgSiteShort
public void setTeamInfo(java.util.List<CfgTeamShort> teamInfo)
teamInfo
- allowed object is
CfgTeamShort
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.