public class CfgBUHolder
extends java.lang.Object
implements java.io.Serializable
CfgBU
or CfgBUShort
object) .Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgBU> |
objectArray
An array of
CfgBU objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail level |
protected int |
objectArrayNSizeIs
Number of elements in objectArray array
|
protected java.util.List<java.lang.Integer> |
objectIDArray
An array of Business Unit IDs, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_ID detail level
|
protected int |
objectIDArrayNSizeIs
Number of elements in objectIDArray array
|
protected java.util.List<CfgBUShort> |
objectShortArray
An array of
CfgBUShort objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail level |
protected int |
objectShortArrayNSizeIs
Number of elements in objectShortArray array
|
private static long |
serialVersionUID |
protected java.util.List<CfgSiteShort> |
siteInfo
An array containing short pieces of information on all Sites related to
the returned Business Units.
|
protected int |
siteInfoNSizeIs
Number of elements in siteInfo array
|
protected long |
timestamp
A timestamp value -- marks the point in time when response information was returned
|
protected java.util.List<CfgVirtualActivityShort> |
virtualActivityInfo
An array containing short pieces of information for all Mult-Site Activities
to which the returned Activities belong.
|
protected int |
virtualActivityInfoNSizeIs
Number of elements in virtualActivityInfo array
|
Constructor and Description |
---|
CfgBUHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgBU> |
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<CfgBUShort> |
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.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<CfgVirtualActivityShort> |
getVirtualActivityInfo()
Gets the value of the virtualActivityInfo property.
|
int |
getVirtualActivityInfoNSizeIs()
Gets the value of the virtualActivityInfoNSizeIs property.
|
int |
hashCode() |
void |
setObjectArray(java.util.List<CfgBU> 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<CfgBUShort> 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 |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setVirtualActivityInfo(java.util.List<CfgVirtualActivityShort> virtualActivityInfo)
Sets the value of the virtualActivityInfo property.
|
void |
setVirtualActivityInfoNSizeIs(int value)
Sets the value of the virtualActivityInfoNSizeIs property.
|
java.lang.String |
toString() |
CfgBUHolder |
withObjectArray(CfgBU... values) |
CfgBUHolder |
withObjectArray(java.util.Collection<CfgBU> values) |
CfgBUHolder |
withObjectArrayNSizeIs(int value) |
CfgBUHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgBUHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgBUHolder |
withObjectIDArrayNSizeIs(int value) |
CfgBUHolder |
withObjectShortArray(CfgBUShort... values) |
CfgBUHolder |
withObjectShortArray(java.util.Collection<CfgBUShort> values) |
CfgBUHolder |
withObjectShortArrayNSizeIs(int value) |
CfgBUHolder |
withSiteInfo(CfgSiteShort... values) |
CfgBUHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgBUHolder |
withSiteInfoNSizeIs(int value) |
CfgBUHolder |
withTimestamp(long value) |
CfgBUHolder |
withVirtualActivityInfo(CfgVirtualActivityShort... values) |
CfgBUHolder |
withVirtualActivityInfo(java.util.Collection<CfgVirtualActivityShort> values) |
CfgBUHolder |
withVirtualActivityInfoNSizeIs(int value) |
private static final long serialVersionUID
protected int objectIDArrayNSizeIs
protected java.util.List<java.lang.Integer> objectIDArray
protected int objectArrayNSizeIs
protected java.util.List<CfgBU> objectArray
CfgBU
objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgBUShort> objectShortArray
CfgBUShort
objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected int siteInfoNSizeIs
protected java.util.List<CfgSiteShort> siteInfo
protected int virtualActivityInfoNSizeIs
protected java.util.List<CfgVirtualActivityShort> virtualActivityInfo
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<CfgBU> 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
CfgBU
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgBUShort> 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
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 getVirtualActivityInfoNSizeIs()
public void setVirtualActivityInfoNSizeIs(int value)
public java.util.List<CfgVirtualActivityShort> getVirtualActivityInfo()
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 virtualActivityInfo property.
For example, to add a new item, do as follows:
getVirtualActivityInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgVirtualActivityShort
public long getTimestamp()
public void setTimestamp(long value)
public CfgBUHolder withObjectIDArrayNSizeIs(int value)
public CfgBUHolder withObjectIDArray(java.lang.Integer... values)
public CfgBUHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgBUHolder withObjectArrayNSizeIs(int value)
public CfgBUHolder withObjectArray(CfgBU... values)
public CfgBUHolder withObjectArray(java.util.Collection<CfgBU> values)
public CfgBUHolder withObjectShortArrayNSizeIs(int value)
public CfgBUHolder withObjectShortArray(CfgBUShort... values)
public CfgBUHolder withObjectShortArray(java.util.Collection<CfgBUShort> values)
public CfgBUHolder withSiteInfoNSizeIs(int value)
public CfgBUHolder withSiteInfo(CfgSiteShort... values)
public CfgBUHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgBUHolder withVirtualActivityInfoNSizeIs(int value)
public CfgBUHolder withVirtualActivityInfo(CfgVirtualActivityShort... values)
public CfgBUHolder withVirtualActivityInfo(java.util.Collection<CfgVirtualActivityShort> values)
public CfgBUHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgBU> objectArray)
objectArray
- allowed object is
CfgBU
public void setObjectShortArray(java.util.List<CfgBUShort> objectShortArray)
objectShortArray
- allowed object is
CfgBUShort
public void setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
siteInfo
- allowed object is
CfgSiteShort
public void setVirtualActivityInfo(java.util.List<CfgVirtualActivityShort> virtualActivityInfo)
virtualActivityInfo
- allowed object is
CfgVirtualActivityShort
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.