public class CalLimitData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
actualAgentArraySize
Actual Agent array size
|
protected double |
actualAgents
Number of Actual agents with Time Off on date
|
protected java.util.List<java.lang.Double> |
actualAgentsArray
Array of actual agent with Time Off for each timestep for date
|
protected double |
date
Date
|
protected int |
maxAgentArraySize
Maximum Agent limit array size
|
protected double |
maxAgents
Maximum agent limit for date
|
protected java.util.List<java.lang.Double> |
maxAgentsArray
Array of maximum agent limit for each timestep for date
|
protected double |
maxPercentage
Maximum agent percentage limit for date
|
protected java.util.List<java.lang.Double> |
maxPercentageArray
Array of maximum agent percentage limit for each timestep for date
|
protected int |
maxPercentageArraySize
Percentage limit array size
|
private static long |
serialVersionUID |
protected double |
totalAgents
Total number of agents
|
Constructor and Description |
---|
CalLimitData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActualAgentArraySize()
Gets the actualAgentArraySize value for this CalLimitData.
|
double |
getActualAgents()
Gets the actualAgents value for this CalLimitData.
|
java.util.List<java.lang.Double> |
getActualAgentsArray()
Gets the actualAgentsArray value for this CalLimitData.
|
double |
getDate()
Gets the date value for this CalLimitData.
|
int |
getMaxAgentArraySize()
Gets the maxAgentArraySize value for this CalLimitData.
|
double |
getMaxAgents()
Gets the maxAgents value for this CalLimitData.
|
java.util.List<java.lang.Double> |
getMaxAgentsArray()
Gets the maxAgentsArray value for this CalLimitData.
|
double |
getMaxPercentage()
Gets the maxPercentage value for this CalLimitData.
|
java.util.List<java.lang.Double> |
getMaxPercentageArray()
Gets the maxPercentageArray value for this CalLimitData.
|
int |
getMaxPercentageArraySize()
Gets the maxPercentageArraySize value for this CalLimitData.
|
double |
getTotalAgents()
Gets the totalAgents value for this CalLimitData.
|
int |
hashCode() |
void |
setActualAgentArraySize(int actualAgentArraySize)
Sets the actualAgentArraySize value for this CalLimitData.
|
void |
setActualAgents(double actualAgents)
Sets the actualAgents value for this CalLimitData.
|
void |
setActualAgentsArray(java.util.List<java.lang.Double> actualAgentsArray)
Sets the actualAgentsArray value for this CalLimitData.
|
void |
setDate(double date)
Sets the date value for this CalLimitData.
|
void |
setMaxAgentArraySize(int maxAgentArraySize)
Sets the maxAgentArraySize value for this CalLimitData.
|
void |
setMaxAgents(double maxAgents)
Sets the maxAgents value for this CalLimitData.
|
void |
setMaxAgentsArray(java.util.List<java.lang.Double> maxAgentsArray)
Sets the maxAgentsArray value for this CalLimitData.
|
void |
setMaxPercentage(double maxPercentage)
Sets the maxPercentage value for this CalLimitData.
|
void |
setMaxPercentageArray(java.util.List<java.lang.Double> maxPercentageArray)
Sets the maxPercentageArray value for this CalLimitData.
|
void |
setMaxPercentageArraySize(int maxPercentageArraySize)
Sets the maxPercentageArraySize value for this CalLimitData.
|
void |
setTotalAgents(double totalAgents)
Sets the totalAgents value for this CalLimitData.
|
java.lang.String |
toString() |
CalLimitData |
withActualAgentArraySize(int value) |
CalLimitData |
withActualAgents(double value) |
CalLimitData |
withActualAgentsArray(java.util.Collection<java.lang.Double> values) |
CalLimitData |
withActualAgentsArray(java.lang.Double... values) |
CalLimitData |
withDate(double value) |
CalLimitData |
withMaxAgentArraySize(int value) |
CalLimitData |
withMaxAgents(double value) |
CalLimitData |
withMaxAgentsArray(java.util.Collection<java.lang.Double> values) |
CalLimitData |
withMaxAgentsArray(java.lang.Double... values) |
CalLimitData |
withMaxPercentage(double value) |
CalLimitData |
withMaxPercentageArray(java.util.Collection<java.lang.Double> values) |
CalLimitData |
withMaxPercentageArray(java.lang.Double... values) |
CalLimitData |
withMaxPercentageArraySize(int value) |
CalLimitData |
withTotalAgents(double value) |
private static final long serialVersionUID
protected double date
protected double maxAgents
protected double maxPercentage
protected double actualAgents
protected double totalAgents
protected int maxPercentageArraySize
protected java.util.List<java.lang.Double> maxPercentageArray
protected int maxAgentArraySize
protected java.util.List<java.lang.Double> maxAgentsArray
protected int actualAgentArraySize
protected java.util.List<java.lang.Double> actualAgentsArray
public double getDate()
public void setDate(double date)
date
- public double getMaxAgents()
public void setMaxAgents(double maxAgents)
maxAgents
- public double getMaxPercentage()
public void setMaxPercentage(double maxPercentage)
maxPercentage
- public double getActualAgents()
public void setActualAgents(double actualAgents)
actualAgents
- public double getTotalAgents()
public void setTotalAgents(double totalAgents)
totalAgents
- public int getMaxPercentageArraySize()
public void setMaxPercentageArraySize(int maxPercentageArraySize)
maxPercentageArraySize
- public java.util.List<java.lang.Double> getMaxPercentageArray()
public void setMaxPercentageArray(java.util.List<java.lang.Double> maxPercentageArray)
maxPercentageArray
- public int getMaxAgentArraySize()
public void setMaxAgentArraySize(int maxAgentArraySize)
maxAgentArraySize
- public java.util.List<java.lang.Double> getMaxAgentsArray()
public void setMaxAgentsArray(java.util.List<java.lang.Double> maxAgentsArray)
maxAgentsArray
- public int getActualAgentArraySize()
public void setActualAgentArraySize(int actualAgentArraySize)
actualAgentArraySize
- public java.util.List<java.lang.Double> getActualAgentsArray()
public void setActualAgentsArray(java.util.List<java.lang.Double> actualAgentsArray)
actualAgentsArray
- public CalLimitData withActualAgentsArray(java.util.Collection<java.lang.Double> values)
public CalLimitData withActualAgentsArray(java.lang.Double... values)
public CalLimitData withActualAgentArraySize(int value)
public CalLimitData withActualAgents(double value)
public CalLimitData withMaxAgentsArray(java.util.Collection<java.lang.Double> values)
public CalLimitData withMaxAgentsArray(java.lang.Double... values)
public CalLimitData withMaxAgentArraySize(int value)
public CalLimitData withMaxAgents(double value)
public CalLimitData withMaxPercentageArray(java.util.Collection<java.lang.Double> values)
public CalLimitData withMaxPercentageArray(java.lang.Double... values)
public CalLimitData withMaxPercentageArraySize(int value)
public CalLimitData withMaxPercentage(double value)
public CalLimitData withDate(double value)
public CalLimitData withTotalAgents(double value)
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.