public class CfgActivitySet
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Timestamp value
|
protected java.util.List<java.lang.Integer> |
wmActivities
Array of Activity IDs (
CfgActivity ) that Activity Set consists of |
protected int |
wmActivitiesNSizeIs
Number of elemenst in wmActivities array
|
protected int |
wmActivitySetId
Activity Set ID
|
protected int |
wmBUId |
protected int |
wmColor
Schedule state RGB color value.
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected int |
wmMaxDuration
Maximum Duration
|
protected int |
wmMinDuration
Minimum Duration
|
protected java.lang.String |
wmName
Activity Set Name
|
protected java.lang.String |
wmShortName
Activity Set Short Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site ID that Activity Set belongs to, identifies
CfgSite object |
protected int |
wmSiteIdNSizeIs |
protected boolean |
wmStrict
Is Strict? (true/false)
|
Constructor and Description |
---|
CfgActivitySet() |
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.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmColor()
Gets the value of the wmColor property.
|
int |
getWmFontColor()
Gets the value of the wmFontColor property.
|
int |
getWmMaxDuration()
Gets the value of the wmMaxDuration property.
|
int |
getWmMinDuration()
Gets the value of the wmMinDuration property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
hashCode() |
boolean |
isWmStrict()
Gets the value of the wmStrict property.
|
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 |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmColor(int value)
Sets the value of the wmColor property.
|
void |
setWmFontColor(int value)
Sets the value of the wmFontColor property.
|
void |
setWmMaxDuration(int value)
Sets the value of the wmMaxDuration property.
|
void |
setWmMinDuration(int value)
Sets the value of the wmMinDuration property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStrict(boolean value)
Sets the value of the wmStrict property.
|
java.lang.String |
toString() |
CfgActivitySet |
withTimestamp(long value) |
CfgActivitySet |
withWmActivities(java.util.Collection<java.lang.Integer> values) |
CfgActivitySet |
withWmActivities(java.lang.Integer... values) |
CfgActivitySet |
withWmActivitiesNSizeIs(int value) |
CfgActivitySet |
withWmActivitySetId(int value) |
CfgActivitySet |
withWmBUId(int value) |
CfgActivitySet |
withWmColor(int value) |
CfgActivitySet |
withWmFontColor(int value) |
CfgActivitySet |
withWmMaxDuration(int value) |
CfgActivitySet |
withWmMinDuration(int value) |
CfgActivitySet |
withWmName(java.lang.String value) |
CfgActivitySet |
withWmShortName(java.lang.String value) |
CfgActivitySet |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgActivitySet |
withWmSiteId(java.lang.Integer... values) |
CfgActivitySet |
withWmSiteIdNSizeIs(int value) |
CfgActivitySet |
withWmStrict(boolean value) |
private static final long serialVersionUID
protected int wmActivitySetId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
CfgSite
objectprotected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmMinDuration
protected int wmMaxDuration
protected boolean wmStrict
protected int wmColor
protected int wmFontColor
protected int wmActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmActivities
CfgActivity
) that Activity Set consists ofprotected long timestamp
public int getWmActivitySetId()
public void setWmActivitySetId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
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 getWmMinDuration()
public void setWmMinDuration(int value)
public int getWmMaxDuration()
public void setWmMaxDuration(int value)
public boolean isWmStrict()
public void setWmStrict(boolean value)
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
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 CfgActivitySet withWmActivitySetId(int value)
public CfgActivitySet withWmBUId(int value)
public CfgActivitySet withWmSiteIdNSizeIs(int value)
public CfgActivitySet withWmSiteId(java.lang.Integer... values)
public CfgActivitySet withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgActivitySet withWmName(java.lang.String value)
public CfgActivitySet withWmShortName(java.lang.String value)
public CfgActivitySet withWmMinDuration(int value)
public CfgActivitySet withWmMaxDuration(int value)
public CfgActivitySet withWmStrict(boolean value)
public CfgActivitySet withWmColor(int value)
public CfgActivitySet withWmFontColor(int value)
public CfgActivitySet withWmActivitiesNSizeIs(int value)
public CfgActivitySet withWmActivities(java.lang.Integer... values)
public CfgActivitySet withWmActivities(java.util.Collection<java.lang.Integer> values)
public CfgActivitySet withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
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.