public class CfgActivity
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 point in time when Object information was obtained
|
protected int |
wmActivityId
Activity ID
|
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 java.util.List<CfgDAConfig> |
wmDAConfig
A list of Data Aggregator statistics configuration (
CfgDAConfig ) |
protected int |
wmDAConfigNSizeIs
Number of elements in wmDAConfig array
|
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 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 of Activity
|
protected int |
wmSiteId
Site ID that Activity belongs to
|
protected int |
wmType
Activity Type (
ECfgActivityType ) |
protected int |
wmVirtualActivityId
Multi-Site Activity ID (
CfgVirtualActivity ) that Activity belongs to. |
Constructor and Description |
---|
CfgActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmActivityId()
Gets the value of the wmActivityId 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.
|
java.util.List<CfgDAConfig> |
getWmDAConfig()
Gets the value of the wmDAConfig property.
|
int |
getWmDAConfigNSizeIs()
Gets the value of the wmDAConfigNSizeIs 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 |
getWmSiteId()
Gets the value of the wmSiteId 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 |
setWmActivityId(int value)
Sets the value of the wmActivityId 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 |
setWmDAConfig(java.util.List<CfgDAConfig> value)
Sets the value of the wmDAConfig property.
|
void |
setWmDAConfigNSizeIs(int value)
Sets the value of the wmDAConfigNSizeIs 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 |
setWmSiteId(int value)
Sets the value of the wmSiteId 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() |
CfgActivity |
withTimestamp(long value) |
CfgActivity |
withWmActivityId(int value) |
CfgActivity |
withWmActivitySetId(int value) |
CfgActivity |
withWmActivitySkills(CfgActivitySkill... values) |
CfgActivity |
withWmActivitySkills(java.util.Collection<CfgActivitySkill> values) |
CfgActivity |
withWmActivitySkillsNSizeIs(int value) |
CfgActivity |
withWmDAConfig(CfgDAConfig... values) |
CfgActivity |
withWmDAConfig(java.util.Collection<CfgDAConfig> values) |
CfgActivity |
withWmDAConfigNSizeIs(int value) |
CfgActivity |
withWmMaxSimultUsers(int value) |
CfgActivity |
withWmMinStaffing(int value) |
CfgActivity |
withWmMinStaffingType(int value) |
CfgActivity |
withWmName(java.lang.String value) |
CfgActivity |
withWmOpenHours(CfgActivityHours... values) |
CfgActivity |
withWmOpenHours(java.util.Collection<CfgActivityHours> values) |
CfgActivity |
withWmShortName(java.lang.String value) |
CfgActivity |
withWmSiteId(int value) |
CfgActivity |
withWmType(int value) |
CfgActivity |
withWmVirtualActivityId(int value) |
private static final long serialVersionUID
protected int wmActivityId
protected int wmSiteId
protected int wmVirtualActivityId
CfgVirtualActivity
) that Activity belongs to. Can be zero, which means that
the Activity does not belong to any Multi-Site Activity.protected int wmActivitySetId
CfgActivitySet
that Activity belongs to. Can be zero, which means that
the Activity does not belong to any Activity Set.protected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmType
ECfgActivityType
)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 wmDAConfigNSizeIs
protected java.util.List<CfgDAConfig> wmDAConfig
CfgDAConfig
)protected long timestamp
public int getWmActivityId()
public void setWmActivityId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmVirtualActivityId()
public void setWmVirtualActivityId(int value)
public int getWmActivitySetId()
public void setWmActivitySetId(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 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 getWmDAConfigNSizeIs()
public void setWmDAConfigNSizeIs(int value)
public java.util.List<CfgDAConfig> getWmDAConfig()
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 wmDAConfig property.
For example, to add a new item, do as follows:
getWmDAConfig().add(newItem);
Objects of the following type(s) are allowed in the list
CfgDAConfig
public void setWmDAConfig(java.util.List<CfgDAConfig> value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgActivity withWmActivityId(int value)
public CfgActivity withWmSiteId(int value)
public CfgActivity withWmVirtualActivityId(int value)
public CfgActivity withWmActivitySetId(int value)
public CfgActivity withWmName(java.lang.String value)
public CfgActivity withWmShortName(java.lang.String value)
public CfgActivity withWmType(int value)
public CfgActivity withWmMaxSimultUsers(int value)
public CfgActivity withWmMinStaffing(int value)
public CfgActivity withWmMinStaffingType(int value)
public CfgActivity withWmOpenHours(CfgActivityHours... values)
public CfgActivity withWmOpenHours(java.util.Collection<CfgActivityHours> values)
public CfgActivity withWmActivitySkillsNSizeIs(int value)
public CfgActivity withWmActivitySkills(CfgActivitySkill... values)
public CfgActivity withWmActivitySkills(java.util.Collection<CfgActivitySkill> values)
public CfgActivity withWmDAConfigNSizeIs(int value)
public CfgActivity withWmDAConfig(CfgDAConfig... values)
public CfgActivity withWmDAConfig(java.util.Collection<CfgDAConfig> values)
public CfgActivity 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 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.