public class CfgSiteHolder
extends java.lang.Object
implements java.io.Serializable
CfgSite
or CfgSiteShort
object).Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgBUShort> |
buInfo
An array containing short pieces of information about Business Units belonging to
the returned Sites.
|
protected int |
buInfoNSizeIs
Number of elements in the buInfo array
|
protected java.util.List<CfgSite> |
objectArray
An array of
CfgSite , 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 Site 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<CfgSiteShort> |
objectShortArray
An array of
CfgSiteShort , 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 |
---|
CfgSiteHolder() |
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<CfgSite> |
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<CfgSiteShort> |
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 |
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<CfgSite> 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<CfgSiteShort> 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() |
CfgSiteHolder |
withBUInfo(CfgBUShort... values) |
CfgSiteHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgSiteHolder |
withBUInfoNSizeIs(int value) |
CfgSiteHolder |
withObjectArray(CfgSite... values) |
CfgSiteHolder |
withObjectArray(java.util.Collection<CfgSite> values) |
CfgSiteHolder |
withObjectArrayNSizeIs(int value) |
CfgSiteHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgSiteHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgSiteHolder |
withObjectIDArrayNSizeIs(int value) |
CfgSiteHolder |
withObjectShortArray(CfgSiteShort... values) |
CfgSiteHolder |
withObjectShortArray(java.util.Collection<CfgSiteShort> values) |
CfgSiteHolder |
withObjectShortArrayNSizeIs(int value) |
CfgSiteHolder |
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<CfgSite> objectArray
CfgSite
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgSiteShort> objectShortArray
CfgSiteShort
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected 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<CfgSite> 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
CfgSite
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgSiteShort> 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
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 CfgSiteHolder withObjectIDArrayNSizeIs(int value)
public CfgSiteHolder withObjectIDArray(java.lang.Integer... values)
public CfgSiteHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgSiteHolder withObjectArrayNSizeIs(int value)
public CfgSiteHolder withObjectArray(CfgSite... values)
public CfgSiteHolder withObjectArray(java.util.Collection<CfgSite> values)
public CfgSiteHolder withObjectShortArrayNSizeIs(int value)
public CfgSiteHolder withObjectShortArray(CfgSiteShort... values)
public CfgSiteHolder withObjectShortArray(java.util.Collection<CfgSiteShort> values)
public CfgSiteHolder withBUInfoNSizeIs(int value)
public CfgSiteHolder withBUInfo(CfgBUShort... values)
public CfgSiteHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgSiteHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgSite> objectArray)
objectArray
- allowed object is
CfgSite
public void setObjectShortArray(java.util.List<CfgSiteShort> objectShortArray)
objectShortArray
- 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.