public class CfgActivityHolder
extends java.lang.Object
implements java.io.Serializable
CfgActivity
or CfgActivityShort
object) .Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgActivitySetShort> |
activitySetInfo
An array containing short pieces of information from each Activity Set to which
the returned Activities belong.
|
protected int |
activitySetInfoNSizeIs
Number of elements in activitySetInfo array
|
protected java.util.List<CfgBUShort> |
buInfo |
protected int |
buInfoNSizeIs |
protected java.util.List<CfgActivity> |
objectArray
An array of
CfgActivity , returned if the 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 Activity IDs, returned if the request specifies
ECfgInfoType.CFG_INFO_OBJECT_ID detail level
|
protected int |
objectIDArrayNSizeIs
Number of elements in objectIDArray array
|
protected java.util.List<CfgActivityShort> |
objectShortArray
An array of
CfgActivityShort , returned if the 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 from each CfgSite to which
the returned Activities belong.
|
protected int |
siteInfoNSizeIs |
protected long |
timestamp
A timestamp value -- marks point in time when response information was returned
|
protected java.util.List<CfgVirtualActivityShort> |
virtualActivityInfo
An array containing short pieces of information from each Mult-Site Activity to which
the returned Activities belong.
|
protected int |
virtualActivityInfoNSizeIs
Number of elements in virtualActivityInfo array
|
Constructor and Description |
---|
CfgActivityHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgActivitySetShort> |
getActivitySetInfo()
Gets the value of the activitySetInfo property.
|
int |
getActivitySetInfoNSizeIs()
Gets the value of the activitySetInfoNSizeIs 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<CfgActivity> |
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<CfgActivityShort> |
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 |
setActivitySetInfo(java.util.List<CfgActivitySetShort> activitySetInfo)
Sets the value of the activitySetInfo property.
|
void |
setActivitySetInfoNSizeIs(int value)
Sets the value of the activitySetInfoNSizeIs 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<CfgActivity> 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<CfgActivityShort> 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() |
CfgActivityHolder |
withActivitySetInfo(CfgActivitySetShort... values) |
CfgActivityHolder |
withActivitySetInfo(java.util.Collection<CfgActivitySetShort> values) |
CfgActivityHolder |
withActivitySetInfoNSizeIs(int value) |
CfgActivityHolder |
withBUInfo(CfgBUShort... values) |
CfgActivityHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgActivityHolder |
withBUInfoNSizeIs(int value) |
CfgActivityHolder |
withObjectArray(CfgActivity... values) |
CfgActivityHolder |
withObjectArray(java.util.Collection<CfgActivity> values) |
CfgActivityHolder |
withObjectArrayNSizeIs(int value) |
CfgActivityHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgActivityHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgActivityHolder |
withObjectIDArrayNSizeIs(int value) |
CfgActivityHolder |
withObjectShortArray(CfgActivityShort... values) |
CfgActivityHolder |
withObjectShortArray(java.util.Collection<CfgActivityShort> values) |
CfgActivityHolder |
withObjectShortArrayNSizeIs(int value) |
CfgActivityHolder |
withSiteInfo(CfgSiteShort... values) |
CfgActivityHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgActivityHolder |
withSiteInfoNSizeIs(int value) |
CfgActivityHolder |
withTimestamp(long value) |
CfgActivityHolder |
withVirtualActivityInfo(CfgVirtualActivityShort... values) |
CfgActivityHolder |
withVirtualActivityInfo(java.util.Collection<CfgVirtualActivityShort> values) |
CfgActivityHolder |
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<CfgActivity> objectArray
CfgActivity
, returned if the request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgActivityShort> objectShortArray
CfgActivityShort
, returned if the request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected int activitySetInfoNSizeIs
protected java.util.List<CfgActivitySetShort> activitySetInfo
protected int virtualActivityInfoNSizeIs
protected java.util.List<CfgVirtualActivityShort> virtualActivityInfo
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<CfgActivity> 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
CfgActivity
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgActivityShort> 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
CfgActivityShort
public int getActivitySetInfoNSizeIs()
public void setActivitySetInfoNSizeIs(int value)
public java.util.List<CfgActivitySetShort> getActivitySetInfo()
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 activitySetInfo property.
For example, to add a new item, do as follows:
getActivitySetInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgActivitySetShort
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 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 CfgActivityHolder withObjectIDArrayNSizeIs(int value)
public CfgActivityHolder withObjectIDArray(java.lang.Integer... values)
public CfgActivityHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgActivityHolder withObjectArrayNSizeIs(int value)
public CfgActivityHolder withObjectArray(CfgActivity... values)
public CfgActivityHolder withObjectArray(java.util.Collection<CfgActivity> values)
public CfgActivityHolder withObjectShortArrayNSizeIs(int value)
public CfgActivityHolder withObjectShortArray(CfgActivityShort... values)
public CfgActivityHolder withObjectShortArray(java.util.Collection<CfgActivityShort> values)
public CfgActivityHolder withActivitySetInfoNSizeIs(int value)
public CfgActivityHolder withActivitySetInfo(CfgActivitySetShort... values)
public CfgActivityHolder withActivitySetInfo(java.util.Collection<CfgActivitySetShort> values)
public CfgActivityHolder withVirtualActivityInfoNSizeIs(int value)
public CfgActivityHolder withVirtualActivityInfo(CfgVirtualActivityShort... values)
public CfgActivityHolder withVirtualActivityInfo(java.util.Collection<CfgVirtualActivityShort> values)
public CfgActivityHolder withSiteInfoNSizeIs(int value)
public CfgActivityHolder withSiteInfo(CfgSiteShort... values)
public CfgActivityHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgActivityHolder withBUInfoNSizeIs(int value)
public CfgActivityHolder withBUInfo(CfgBUShort... values)
public CfgActivityHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgActivityHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgActivity> objectArray)
objectArray
- allowed object is
CfgActivity
public void setObjectShortArray(java.util.List<CfgActivityShort> objectShortArray)
objectShortArray
- allowed object is
CfgActivityShort
public void setActivitySetInfo(java.util.List<CfgActivitySetShort> activitySetInfo)
activitySetInfo
- allowed object is
CfgActivitySetShort
public void setVirtualActivityInfo(java.util.List<CfgVirtualActivityShort> virtualActivityInfo)
virtualActivityInfo
- allowed object is
CfgVirtualActivityShort
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.