public class CfgVirtualActivity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when the Object information was obtained
|
protected java.util.List<java.lang.Integer> |
wmActivities
An array of activity IDs (
CfgActivity of which the multi-site activity consists |
protected int |
wmActivitiesNSizeIs
Number of elements in wmActivities array
|
protected int |
wmActivitySetId
Activity Set ID
CfgActivitySet that Activity belongs to. |
protected java.util.List<CfgActivitySkill> |
wmActivitySkills
An array of Activity Skills (
CfgActivitySkill ) |
protected int |
wmActivitySkillsNSizeIs
Number of elements in wmActivitySkills array
|
protected int |
wmBUId
Business Unit ID, identifies the
CfgBU object |
protected int |
wmMaxSimultUsers
Maximum Simultanious Users allowed to work on Activity
|
protected int |
wmMinStaffing
Minimum Staffing
|
protected int |
wmMinStaffingType
Type of Minimum Staffing
ECfgActivityStaffingType |
protected java.lang.String |
wmName
Name of Multi-Site Activity
|
protected java.util.List<CfgActivityHours> |
wmOpenHours
An array containing Activity Open Hours (CfgActivityHours) for every day of the week,
where array index 0 - Mon, 1 - Tue, 2 - Wed, 3 - Thu, 4 - Fri, 5 - Sat, 6 - Sun
|
protected java.lang.String |
wmShortName
Short Name for the Multi-Site Activity
|
protected int |
wmType
Activity Type (
ECfgActivityType ) |
protected int |
wmVirtualActivityId
Multi-Site Activity ID
|
Constructor and Description |
---|
CfgVirtualActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
java.util.List<java.lang.Integer> |
getWmActivities()
Gets the value of the wmActivities property.
|
int |
getWmActivitiesNSizeIs()
Gets the value of the wmActivitiesNSizeIs property.
|
int |
getWmActivitySetId()
Gets the value of the wmActivitySetId property.
|
java.util.List<CfgActivitySkill> |
getWmActivitySkills()
Gets the value of the wmActivitySkills property.
|
int |
getWmActivitySkillsNSizeIs()
Gets the value of the wmActivitySkillsNSizeIs property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmMaxSimultUsers()
Gets the value of the wmMaxSimultUsers property.
|
int |
getWmMinStaffing()
Gets the value of the wmMinStaffing property.
|
int |
getWmMinStaffingType()
Gets the value of the wmMinStaffingType property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<CfgActivityHours> |
getWmOpenHours()
Gets the value of the wmOpenHours property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmVirtualActivityId()
Gets the value of the wmVirtualActivityId property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmActivities(java.util.List<java.lang.Integer> wmActivities)
Sets the value of the wmActivities property.
|
void |
setWmActivitiesNSizeIs(int value)
Sets the value of the wmActivitiesNSizeIs property.
|
void |
setWmActivitySetId(int value)
Sets the value of the wmActivitySetId property.
|
void |
setWmActivitySkills(java.util.List<CfgActivitySkill> wmActivitySkills)
Sets the value of the wmActivitySkills property.
|
void |
setWmActivitySkillsNSizeIs(int value)
Sets the value of the wmActivitySkillsNSizeIs property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmMaxSimultUsers(int value)
Sets the value of the wmMaxSimultUsers property.
|
void |
setWmMinStaffing(int value)
Sets the value of the wmMinStaffing property.
|
void |
setWmMinStaffingType(int value)
Sets the value of the wmMinStaffingType property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmOpenHours(java.util.List<CfgActivityHours> wmOpenHours)
Sets the value of the wmOpenHours property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmVirtualActivityId(int value)
Sets the value of the wmVirtualActivityId property.
|
java.lang.String |
toString() |
CfgVirtualActivity |
withTimestamp(long value) |
CfgVirtualActivity |
withWmActivities(java.util.Collection<java.lang.Integer> values) |
CfgVirtualActivity |
withWmActivities(java.lang.Integer... values) |
CfgVirtualActivity |
withWmActivitiesNSizeIs(int value) |
CfgVirtualActivity |
withWmActivitySetId(int value) |
CfgVirtualActivity |
withWmActivitySkills(CfgActivitySkill... values) |
CfgVirtualActivity |
withWmActivitySkills(java.util.Collection<CfgActivitySkill> values) |
CfgVirtualActivity |
withWmActivitySkillsNSizeIs(int value) |
CfgVirtualActivity |
withWmBUId(int value) |
CfgVirtualActivity |
withWmMaxSimultUsers(int value) |
CfgVirtualActivity |
withWmMinStaffing(int value) |
CfgVirtualActivity |
withWmMinStaffingType(int value) |
CfgVirtualActivity |
withWmName(java.lang.String value) |
CfgVirtualActivity |
withWmOpenHours(CfgActivityHours... values) |
CfgVirtualActivity |
withWmOpenHours(java.util.Collection<CfgActivityHours> values) |
CfgVirtualActivity |
withWmShortName(java.lang.String value) |
CfgVirtualActivity |
withWmType(int value) |
CfgVirtualActivity |
withWmVirtualActivityId(int value) |
private static final long serialVersionUID
protected int wmVirtualActivityId
protected int wmBUId
CfgBU
objectprotected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmType
ECfgActivityType
)protected int wmActivitySetId
CfgActivitySet
that Activity belongs to. Can be zero, which means that
the Activity does not belong to any Activity Set.protected int wmMaxSimultUsers
protected int wmMinStaffing
protected int wmMinStaffingType
ECfgActivityStaffingType
protected java.util.List<CfgActivityHours> wmOpenHours
protected int wmActivitySkillsNSizeIs
protected java.util.List<CfgActivitySkill> wmActivitySkills
CfgActivitySkill
)protected int wmActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmActivities
CfgActivity
of which the multi-site activity consistsprotected long timestamp
public int getWmVirtualActivityId()
public void setWmVirtualActivityId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public int getWmType()
public void setWmType(int value)
public int getWmActivitySetId()
public void setWmActivitySetId(int value)
public int getWmMaxSimultUsers()
public void setWmMaxSimultUsers(int value)
public int getWmMinStaffing()
public void setWmMinStaffing(int value)
public int getWmMinStaffingType()
public void setWmMinStaffingType(int value)
public java.util.List<CfgActivityHours> getWmOpenHours()
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 wmOpenHours property.
For example, to add a new item, do as follows:
getWmOpenHours().add(newItem);
Objects of the following type(s) are allowed in the list
CfgActivityHours
public int getWmActivitySkillsNSizeIs()
public void setWmActivitySkillsNSizeIs(int value)
public java.util.List<CfgActivitySkill> getWmActivitySkills()
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 wmActivitySkills property.
For example, to add a new item, do as follows:
getWmActivitySkills().add(newItem);
Objects of the following type(s) are allowed in the list
CfgActivitySkill
public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmActivities()
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 wmActivities property.
For example, to add a new item, do as follows:
getWmActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public long getTimestamp()
public void setTimestamp(long value)
public CfgVirtualActivity withWmVirtualActivityId(int value)
public CfgVirtualActivity withWmBUId(int value)
public CfgVirtualActivity withWmName(java.lang.String value)
public CfgVirtualActivity withWmShortName(java.lang.String value)
public CfgVirtualActivity withWmType(int value)
public CfgVirtualActivity withWmActivitySetId(int value)
public CfgVirtualActivity withWmMaxSimultUsers(int value)
public CfgVirtualActivity withWmMinStaffing(int value)
public CfgVirtualActivity withWmMinStaffingType(int value)
public CfgVirtualActivity withWmOpenHours(CfgActivityHours... values)
public CfgVirtualActivity withWmOpenHours(java.util.Collection<CfgActivityHours> values)
public CfgVirtualActivity withWmActivitySkillsNSizeIs(int value)
public CfgVirtualActivity withWmActivitySkills(CfgActivitySkill... values)
public CfgVirtualActivity withWmActivitySkills(java.util.Collection<CfgActivitySkill> values)
public CfgVirtualActivity withWmActivitiesNSizeIs(int value)
public CfgVirtualActivity withWmActivities(java.lang.Integer... values)
public CfgVirtualActivity withWmActivities(java.util.Collection<java.lang.Integer> values)
public CfgVirtualActivity withTimestamp(long value)
public void setWmOpenHours(java.util.List<CfgActivityHours> wmOpenHours)
wmOpenHours
- allowed object is
CfgActivityHours
public void setWmActivitySkills(java.util.List<CfgActivitySkill> wmActivitySkills)
wmActivitySkills
- allowed object is
CfgActivitySkill
public void setWmActivities(java.util.List<java.lang.Integer> wmActivities)
wmActivities
- allowed object is
Integer
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.