public class CfgRotationDistribution
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected double |
wmDate
Date of distribution
|
protected int |
wmRotatingSchId
Rotating Pattern ID
|
protected java.util.List<java.lang.Integer> |
wmRotationWeekAgents
A list of number of agents for every week in rotation pattern.
|
protected int |
wmRotationWeekAgentsNSizeIs
Number of elements in wmRotationWeekAgents list.
|
protected int |
wmSiteId
Rotating Pattern Site ID
|
Constructor and Description |
---|
CfgRotationDistribution() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getWmDate()
Gets the value of the wmDate property.
|
int |
getWmRotatingSchId()
Gets the value of the wmRotatingSchId property.
|
java.util.List<java.lang.Integer> |
getWmRotationWeekAgents()
Gets the value of the wmRotationWeekAgents property.
|
int |
getWmRotationWeekAgentsNSizeIs()
Gets the value of the wmRotationWeekAgentsNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmRotatingSchId(int value)
Sets the value of the wmRotatingSchId property.
|
void |
setWmRotationWeekAgents(java.util.List<java.lang.Integer> wmRotationWeekAgents)
Sets the value of the wmRotationWeekAgents property.
|
void |
setWmRotationWeekAgentsNSizeIs(int value)
Sets the value of the wmRotationWeekAgentsNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
CfgRotationDistribution |
withWmDate(double value) |
CfgRotationDistribution |
withWmRotatingSchId(int value) |
CfgRotationDistribution |
withWmRotationWeekAgents(java.util.Collection<java.lang.Integer> values) |
CfgRotationDistribution |
withWmRotationWeekAgents(java.lang.Integer... values) |
CfgRotationDistribution |
withWmRotationWeekAgentsNSizeIs(int value) |
CfgRotationDistribution |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmRotatingSchId
protected int wmSiteId
protected double wmDate
protected int wmRotationWeekAgentsNSizeIs
protected java.util.List<java.lang.Integer> wmRotationWeekAgents
public int getWmRotatingSchId()
public void setWmRotatingSchId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public double getWmDate()
public void setWmDate(double value)
public int getWmRotationWeekAgentsNSizeIs()
public void setWmRotationWeekAgentsNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmRotationWeekAgents()
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 wmRotationWeekAgents property.
For example, to add a new item, do as follows:
getWmRotationWeekAgents().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgRotationDistribution withWmRotatingSchId(int value)
public CfgRotationDistribution withWmSiteId(int value)
public CfgRotationDistribution withWmDate(double value)
public CfgRotationDistribution withWmRotationWeekAgentsNSizeIs(int value)
public CfgRotationDistribution withWmRotationWeekAgents(java.lang.Integer... values)
public CfgRotationDistribution withWmRotationWeekAgents(java.util.Collection<java.lang.Integer> values)
public void setWmRotationWeekAgents(java.util.List<java.lang.Integer> wmRotationWeekAgents)
wmRotationWeekAgents
- 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.