public class CfgRotationHolder
extends java.lang.Object
implements java.io.Serializable
CfgRotation
or CfgRotationShort
object).Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgActivityShort> |
activityInfo
An array containing short pieces of information for all activities assigned
to the returned Rotating Patterns.
|
protected int |
activityInfoNSizeIs
Number of elements in activityInfo array
|
protected java.util.List<CfgRotation> |
objectArray
An array of
CfgRotation objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail level |
protected int |
objectArrayNSizeIs
Number of elements in the objectArray array
|
protected java.util.List<java.lang.Integer> |
objectIDArray
An array of Rotating Pattern IDs, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_ID detail level
|
protected int |
objectIDArrayNSizeIs
Number of elements in the objectIDArray array
|
protected java.util.List<CfgRotationShort> |
objectShortArray
An array of
CfgRotationShort objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail level |
protected int |
objectShortArrayNSizeIs
Number of elements in the objectShortArray array
|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when response information was returned
|
Constructor and Description |
---|
CfgRotationHolder() |
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<CfgRotation> |
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<CfgRotationShort> |
getObjectShortArray()
Gets the value of the objectShortArray property.
|
int |
getObjectShortArrayNSizeIs()
Gets the value of the objectShortArrayNSizeIs 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 |
setObjectArray(java.util.List<CfgRotation> 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<CfgRotationShort> objectShortArray)
Sets the value of the objectShortArray property.
|
void |
setObjectShortArrayNSizeIs(int value)
Sets the value of the objectShortArrayNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgRotationHolder |
withActivityInfo(CfgActivityShort... values) |
CfgRotationHolder |
withActivityInfo(java.util.Collection<CfgActivityShort> values) |
CfgRotationHolder |
withActivityInfoNSizeIs(int value) |
CfgRotationHolder |
withObjectArray(CfgRotation... values) |
CfgRotationHolder |
withObjectArray(java.util.Collection<CfgRotation> values) |
CfgRotationHolder |
withObjectArrayNSizeIs(int value) |
CfgRotationHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgRotationHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgRotationHolder |
withObjectIDArrayNSizeIs(int value) |
CfgRotationHolder |
withObjectShortArray(CfgRotationShort... values) |
CfgRotationHolder |
withObjectShortArray(java.util.Collection<CfgRotationShort> values) |
CfgRotationHolder |
withObjectShortArrayNSizeIs(int value) |
CfgRotationHolder |
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<CfgRotation> objectArray
CfgRotation
objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgRotationShort> objectShortArray
CfgRotationShort
objects, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected int activityInfoNSizeIs
protected java.util.List<CfgActivityShort> activityInfo
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<CfgRotation> 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
CfgRotation
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgRotationShort> 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
CfgRotationShort
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 long getTimestamp()
public void setTimestamp(long value)
public CfgRotationHolder withObjectIDArrayNSizeIs(int value)
public CfgRotationHolder withObjectIDArray(java.lang.Integer... values)
public CfgRotationHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgRotationHolder withObjectArrayNSizeIs(int value)
public CfgRotationHolder withObjectArray(CfgRotation... values)
public CfgRotationHolder withObjectArray(java.util.Collection<CfgRotation> values)
public CfgRotationHolder withObjectShortArrayNSizeIs(int value)
public CfgRotationHolder withObjectShortArray(CfgRotationShort... values)
public CfgRotationHolder withObjectShortArray(java.util.Collection<CfgRotationShort> values)
public CfgRotationHolder withActivityInfoNSizeIs(int value)
public CfgRotationHolder withActivityInfo(CfgActivityShort... values)
public CfgRotationHolder withActivityInfo(java.util.Collection<CfgActivityShort> values)
public CfgRotationHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgRotation> objectArray)
objectArray
- allowed object is
CfgRotation
public void setObjectShortArray(java.util.List<CfgRotationShort> objectShortArray)
objectShortArray
- allowed object is
CfgRotationShort
public void setActivityInfo(java.util.List<CfgActivityShort> activityInfo)
activityInfo
- allowed object is
CfgActivityShort
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.