public class CfgVirtualActivityHolder
extends java.lang.Object
implements java.io.Serializable
CfgVirtualActivity
or CfgVirtualActivityShort
object) .Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgActivityShort> |
activityInfo
An array containing short information for all Activities in the response to the
request to provide Multi-Site Activities information.
|
protected int |
activityInfoNSizeIs
Number of elements in activityInfo array
|
protected java.util.List<CfgBUShort> |
buInfo
An array containing short information for all Business Units in the response to the
request to provide Multi-Site Activities information.
|
protected int |
buInfoNSizeIs
Number of elements in buInfo array
|
protected java.util.List<CfgVirtualActivity> |
objectArray
An array of
CfgVirtualActivity , 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 Multi-Site Activity 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<CfgVirtualActivityShort> |
objectShortArray
An array of
CfgVirtualActivityShort , 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 |
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
|
Constructor and Description |
---|
CfgVirtualActivityHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgActivityShort> |
getActivityInfo()
Gets the value of the activityInfo property.
|
int |
getActivityInfoNSizeIs()
Gets the value of the activityInfoNSizeIs property.
|
java.util.List<CfgBUShort> |
getBUInfo()
Gets the value of the buInfo property.
|
int |
getBUInfoNSizeIs()
Gets the value of the buInfoNSizeIs property.
|
java.util.List<CfgVirtualActivity> |
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<CfgVirtualActivityShort> |
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.
|
int |
hashCode() |
void |
setActivityInfo(java.util.List<CfgActivityShort> activityInfo)
Sets the value of the activityInfo property.
|
void |
setActivityInfoNSizeIs(int value)
Sets the value of the activityInfoNSizeIs property.
|
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<CfgVirtualActivity> 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<CfgVirtualActivityShort> 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.
|
java.lang.String |
toString() |
CfgVirtualActivityHolder |
withActivityInfo(CfgActivityShort... values) |
CfgVirtualActivityHolder |
withActivityInfo(java.util.Collection<CfgActivityShort> values) |
CfgVirtualActivityHolder |
withActivityInfoNSizeIs(int value) |
CfgVirtualActivityHolder |
withBUInfo(CfgBUShort... values) |
CfgVirtualActivityHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgVirtualActivityHolder |
withBUInfoNSizeIs(int value) |
CfgVirtualActivityHolder |
withObjectArray(CfgVirtualActivity... values) |
CfgVirtualActivityHolder |
withObjectArray(java.util.Collection<CfgVirtualActivity> values) |
CfgVirtualActivityHolder |
withObjectArrayNSizeIs(int value) |
CfgVirtualActivityHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgVirtualActivityHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgVirtualActivityHolder |
withObjectIDArrayNSizeIs(int value) |
CfgVirtualActivityHolder |
withObjectShortArray(CfgVirtualActivityShort... values) |
CfgVirtualActivityHolder |
withObjectShortArray(java.util.Collection<CfgVirtualActivityShort> values) |
CfgVirtualActivityHolder |
withObjectShortArrayNSizeIs(int value) |
CfgVirtualActivityHolder |
withSiteInfo(CfgSiteShort... values) |
CfgVirtualActivityHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgVirtualActivityHolder |
withSiteInfoNSizeIs(int value) |
CfgVirtualActivityHolder |
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<CfgVirtualActivity> objectArray
CfgVirtualActivity
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgVirtualActivityShort> objectShortArray
CfgVirtualActivityShort
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected int activityInfoNSizeIs
protected java.util.List<CfgActivityShort> activityInfo
protected int siteInfoNSizeIs
protected java.util.List<CfgSiteShort> siteInfo
protected int buInfoNSizeIs
protected java.util.List<CfgBUShort> buInfo
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<CfgVirtualActivity> 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
CfgVirtualActivity
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgVirtualActivityShort> 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
CfgVirtualActivityShort
public int getActivityInfoNSizeIs()
public void setActivityInfoNSizeIs(int value)
public java.util.List<CfgActivityShort> getActivityInfo()
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 activityInfo property.
For example, to add a new item, do as follows:
getActivityInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgActivityShort
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 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 long getTimestamp()
public void setTimestamp(long value)
public CfgVirtualActivityHolder withObjectIDArrayNSizeIs(int value)
public CfgVirtualActivityHolder withObjectIDArray(java.lang.Integer... values)
public CfgVirtualActivityHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgVirtualActivityHolder withObjectArrayNSizeIs(int value)
public CfgVirtualActivityHolder withObjectArray(CfgVirtualActivity... values)
public CfgVirtualActivityHolder withObjectArray(java.util.Collection<CfgVirtualActivity> values)
public CfgVirtualActivityHolder withObjectShortArrayNSizeIs(int value)
public CfgVirtualActivityHolder withObjectShortArray(CfgVirtualActivityShort... values)
public CfgVirtualActivityHolder withObjectShortArray(java.util.Collection<CfgVirtualActivityShort> values)
public CfgVirtualActivityHolder withActivityInfoNSizeIs(int value)
public CfgVirtualActivityHolder withActivityInfo(CfgActivityShort... values)
public CfgVirtualActivityHolder withActivityInfo(java.util.Collection<CfgActivityShort> values)
public CfgVirtualActivityHolder withSiteInfoNSizeIs(int value)
public CfgVirtualActivityHolder withSiteInfo(CfgSiteShort... values)
public CfgVirtualActivityHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgVirtualActivityHolder withBUInfoNSizeIs(int value)
public CfgVirtualActivityHolder withBUInfo(CfgBUShort... values)
public CfgVirtualActivityHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgVirtualActivityHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgVirtualActivity> objectArray)
objectArray
- allowed object is
CfgVirtualActivity
public void setObjectShortArray(java.util.List<CfgVirtualActivityShort> objectShortArray)
objectShortArray
- allowed object is
CfgVirtualActivityShort
public void setActivityInfo(java.util.List<CfgActivityShort> activityInfo)
activityInfo
- allowed object is
CfgActivityShort
public void setSiteInfo(java.util.List<CfgSiteShort> siteInfo)
siteInfo
- allowed object is
CfgSiteShort
public void setBUInfo(java.util.List<CfgBUShort> buInfo)
buInfo
- allowed object is
CfgBUShort
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.