public class CfgTeamHolder
extends java.lang.Object
implements java.io.Serializable
CfgTeam
or CfgTeamShort
object).Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgBUShort> |
buInfo
An array containing short pieces of information for all Business Units to which the
returned Teams belong.
|
protected int |
buInfoNSizeIs
Number of elements in the buInfo array
|
protected java.util.List<CfgTeam> |
objectArray
An array of
CfgTeam , 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 Team 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<CfgTeamShort> |
objectShortArray
An array of
CfgTeamShort , 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 java.util.List<CfgSiteShort> |
siteInfo
An array containing short pieces of information for all Sites to which the
returned Teams belong.
|
protected int |
siteInfoNSizeIs
Number of elements in the siteInfo array
|
protected long |
timestamp
A timestamp value -- marks the point in time when response information was returned
|
Constructor and Description |
---|
CfgTeamHolder() |
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<CfgTeam> |
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<CfgTeamShort> |
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 |
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<CfgTeam> 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<CfgTeamShort> 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() |
CfgTeamHolder |
withBUInfo(CfgBUShort... values) |
CfgTeamHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgTeamHolder |
withBUInfoNSizeIs(int value) |
CfgTeamHolder |
withObjectArray(CfgTeam... values) |
CfgTeamHolder |
withObjectArray(java.util.Collection<CfgTeam> values) |
CfgTeamHolder |
withObjectArrayNSizeIs(int value) |
CfgTeamHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgTeamHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgTeamHolder |
withObjectIDArrayNSizeIs(int value) |
CfgTeamHolder |
withObjectShortArray(CfgTeamShort... values) |
CfgTeamHolder |
withObjectShortArray(java.util.Collection<CfgTeamShort> values) |
CfgTeamHolder |
withObjectShortArrayNSizeIs(int value) |
CfgTeamHolder |
withSiteInfo(CfgSiteShort... values) |
CfgTeamHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgTeamHolder |
withSiteInfoNSizeIs(int value) |
CfgTeamHolder |
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<CfgTeam> objectArray
CfgTeam
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgTeamShort> objectShortArray
CfgTeamShort
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected 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<CfgTeam> 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
CfgTeam
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgTeamShort> 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
CfgTeamShort
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 CfgTeamHolder withObjectIDArrayNSizeIs(int value)
public CfgTeamHolder withObjectIDArray(java.lang.Integer... values)
public CfgTeamHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgTeamHolder withObjectArrayNSizeIs(int value)
public CfgTeamHolder withObjectArray(CfgTeam... values)
public CfgTeamHolder withObjectArray(java.util.Collection<CfgTeam> values)
public CfgTeamHolder withObjectShortArrayNSizeIs(int value)
public CfgTeamHolder withObjectShortArray(CfgTeamShort... values)
public CfgTeamHolder withObjectShortArray(java.util.Collection<CfgTeamShort> values)
public CfgTeamHolder withSiteInfoNSizeIs(int value)
public CfgTeamHolder withSiteInfo(CfgSiteShort... values)
public CfgTeamHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgTeamHolder withBUInfoNSizeIs(int value)
public CfgTeamHolder withBUInfo(CfgBUShort... values)
public CfgTeamHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgTeamHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgTeam> objectArray)
objectArray
- allowed object is
CfgTeam
public void setObjectShortArray(java.util.List<CfgTeamShort> objectShortArray)
objectShortArray
- allowed object is
CfgTeamShort
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.