public class CfgProfileHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgActivityShort> |
activityInfo
An array containing description information for all Activitiess that any of
returned Profiles are qualyfied to work on.
|
protected int |
activityInfoNSizeIs
Number of elements in the activityInfo array
|
protected java.util.List<CfgBUShort> |
buInfo
An array containing description information for all Business Units to which the
returned Profiles belong.
|
protected int |
buInfoNSizeIs
Number of elements in the buInfo array
|
protected java.util.List<CfgContractShort> |
contractInfo
An array containing description information for all Contracts to which the
returned Profiles are assigned.
|
protected int |
contractInfoNSizeIs
Number of elements in contractInfo array
|
protected java.util.List<CfgProfile> |
objectArray
An array of
CfgProfile , 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 Profile 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<CfgProfileShort> |
objectShortArray
An array of
CfgProfileShort , 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
An array containing description information for all Sites to which the
returned Profiles belong.
|
protected int |
siteInfoNSizeIs
Number of elements in the siteInfo array
|
protected java.util.List<CfgSkillShort> |
skillInfo
A list containing description information for all Skills that
returned Profiles have.
|
protected int |
skillInfoNSizeIs
Number of elements in the skillInfo array
|
protected long |
timestamp
A timestamp value -- marks the point in time when response information was returned
|
Constructor and Description |
---|
CfgProfileHolder() |
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<CfgContractShort> |
getContractInfo()
Gets the value of the contractInfo property.
|
int |
getContractInfoNSizeIs()
Gets the value of the contractInfoNSizeIs property.
|
java.util.List<CfgProfile> |
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<CfgProfileShort> |
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.
|
java.util.List<CfgSkillShort> |
getSkillInfo()
Gets the value of the skillInfo property.
|
int |
getSkillInfoNSizeIs()
Gets the value of the skillInfoNSizeIs 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 |
setContractInfo(java.util.List<CfgContractShort> contractInfo)
Sets the value of the contractInfo property.
|
void |
setContractInfoNSizeIs(int value)
Sets the value of the contractInfoNSizeIs property.
|
void |
setObjectArray(java.util.List<CfgProfile> 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<CfgProfileShort> 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 |
setSkillInfo(java.util.List<CfgSkillShort> skillInfo)
Sets the value of the skillInfo property.
|
void |
setSkillInfoNSizeIs(int value)
Sets the value of the skillInfoNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
CfgProfileHolder |
withActivityInfo(CfgActivityShort... values) |
CfgProfileHolder |
withActivityInfo(java.util.Collection<CfgActivityShort> values) |
CfgProfileHolder |
withActivityInfoNSizeIs(int value) |
CfgProfileHolder |
withBUInfo(CfgBUShort... values) |
CfgProfileHolder |
withBUInfo(java.util.Collection<CfgBUShort> values) |
CfgProfileHolder |
withBUInfoNSizeIs(int value) |
CfgProfileHolder |
withContractInfo(CfgContractShort... values) |
CfgProfileHolder |
withContractInfo(java.util.Collection<CfgContractShort> values) |
CfgProfileHolder |
withContractInfoNSizeIs(int value) |
CfgProfileHolder |
withObjectArray(CfgProfile... values) |
CfgProfileHolder |
withObjectArray(java.util.Collection<CfgProfile> values) |
CfgProfileHolder |
withObjectArrayNSizeIs(int value) |
CfgProfileHolder |
withObjectIDArray(java.util.Collection<java.lang.Integer> values) |
CfgProfileHolder |
withObjectIDArray(java.lang.Integer... values) |
CfgProfileHolder |
withObjectIDArrayNSizeIs(int value) |
CfgProfileHolder |
withObjectShortArray(CfgProfileShort... values) |
CfgProfileHolder |
withObjectShortArray(java.util.Collection<CfgProfileShort> values) |
CfgProfileHolder |
withObjectShortArrayNSizeIs(int value) |
CfgProfileHolder |
withSiteInfo(CfgSiteShort... values) |
CfgProfileHolder |
withSiteInfo(java.util.Collection<CfgSiteShort> values) |
CfgProfileHolder |
withSiteInfoNSizeIs(int value) |
CfgProfileHolder |
withSkillInfo(CfgSkillShort... values) |
CfgProfileHolder |
withSkillInfo(java.util.Collection<CfgSkillShort> values) |
CfgProfileHolder |
withSkillInfoNSizeIs(int value) |
CfgProfileHolder |
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<CfgProfile> objectArray
CfgProfile
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail levelprotected int objectShortArrayNSizeIs
protected java.util.List<CfgProfileShort> objectShortArray
CfgProfileShort
, returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail levelprotected int contractInfoNSizeIs
protected java.util.List<CfgContractShort> contractInfo
protected 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 int skillInfoNSizeIs
protected java.util.List<CfgSkillShort> skillInfo
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<CfgProfile> 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
CfgProfile
public int getObjectShortArrayNSizeIs()
public void setObjectShortArrayNSizeIs(int value)
public java.util.List<CfgProfileShort> 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
CfgProfileShort
public int getContractInfoNSizeIs()
public void setContractInfoNSizeIs(int value)
public java.util.List<CfgContractShort> getContractInfo()
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 contractInfo property.
For example, to add a new item, do as follows:
getContractInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgContractShort
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 int getSkillInfoNSizeIs()
public void setSkillInfoNSizeIs(int value)
public java.util.List<CfgSkillShort> getSkillInfo()
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 skillInfo property.
For example, to add a new item, do as follows:
getSkillInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgSkillShort
public long getTimestamp()
public void setTimestamp(long value)
public CfgProfileHolder withObjectIDArrayNSizeIs(int value)
public CfgProfileHolder withObjectIDArray(java.lang.Integer... values)
public CfgProfileHolder withObjectIDArray(java.util.Collection<java.lang.Integer> values)
public CfgProfileHolder withObjectArrayNSizeIs(int value)
public CfgProfileHolder withObjectArray(CfgProfile... values)
public CfgProfileHolder withObjectArray(java.util.Collection<CfgProfile> values)
public CfgProfileHolder withObjectShortArrayNSizeIs(int value)
public CfgProfileHolder withObjectShortArray(CfgProfileShort... values)
public CfgProfileHolder withObjectShortArray(java.util.Collection<CfgProfileShort> values)
public CfgProfileHolder withContractInfoNSizeIs(int value)
public CfgProfileHolder withContractInfo(CfgContractShort... values)
public CfgProfileHolder withContractInfo(java.util.Collection<CfgContractShort> values)
public CfgProfileHolder withActivityInfoNSizeIs(int value)
public CfgProfileHolder withActivityInfo(CfgActivityShort... values)
public CfgProfileHolder withActivityInfo(java.util.Collection<CfgActivityShort> values)
public CfgProfileHolder withSiteInfoNSizeIs(int value)
public CfgProfileHolder withSiteInfo(CfgSiteShort... values)
public CfgProfileHolder withSiteInfo(java.util.Collection<CfgSiteShort> values)
public CfgProfileHolder withBUInfoNSizeIs(int value)
public CfgProfileHolder withBUInfo(CfgBUShort... values)
public CfgProfileHolder withBUInfo(java.util.Collection<CfgBUShort> values)
public CfgProfileHolder withSkillInfoNSizeIs(int value)
public CfgProfileHolder withSkillInfo(CfgSkillShort... values)
public CfgProfileHolder withSkillInfo(java.util.Collection<CfgSkillShort> values)
public CfgProfileHolder withTimestamp(long value)
public void setObjectIDArray(java.util.List<java.lang.Integer> objectIDArray)
objectIDArray
- allowed object is
Integer
public void setObjectArray(java.util.List<CfgProfile> objectArray)
objectArray
- allowed object is
CfgProfile
public void setObjectShortArray(java.util.List<CfgProfileShort> objectShortArray)
objectShortArray
- allowed object is
CfgProfileShort
public void setContractInfo(java.util.List<CfgContractShort> contractInfo)
contractInfo
- allowed object is
CfgContractShort
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 void setSkillInfo(java.util.List<CfgSkillShort> skillInfo)
skillInfo
- allowed object is
CfgSkillShort
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.