public class AvailableAgents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AvailableAgentsForDate> |
agentsForDateArray
Available agents number for each date
|
protected int |
agentsForDateArrayNSizeIs
Available agents array size
|
protected double |
avgFriAvailableAgents
Available agents on Friday(s)
|
protected double |
avgFriWorkingAgents
Working agents on Friday(s)
|
protected double |
avgMonAvailableAgents
Available agents on Monday(s)
|
protected double |
avgMonWorkingAgents
Working agents on Monday(s)
|
protected double |
avgSatAvailableAgents
Available agents on Saturday(s)
|
protected double |
avgSatWorkingAgents
Working agents on Saturday(s)
|
protected double |
avgSunAvailableAgents
Available agents on Sunday(s)
|
protected double |
avgSunWorkingAgents
Working agents on Sunday(s)
|
protected double |
avgThuAvailableAgents
Available agents on Thursday(s)
|
protected double |
avgThuWorkingAgents
Working agents on Thursday(s)
|
protected double |
avgTueAvailableAgents
Available agents on Tuesday(s)
|
protected double |
avgTueWorkingAgents
Working agents on Tuesday(s)
|
protected double |
avgWedAvailableAgents
Available agents on Wednesday(s)
|
protected double |
avgWedWorkingAgents
Working agents on Wednesday(s)
|
protected double |
endDate
Period end date
|
private static long |
serialVersionUID |
protected double |
startDate
Period start date
|
Constructor and Description |
---|
AvailableAgents() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AvailableAgentsForDate> |
getAgentsForDateArray()
Gets the value of the agentsForDateArray property.
|
int |
getAgentsForDateArrayNSizeIs()
Gets the value of the agentsForDateArrayNSizeIs property.
|
double |
getAvgFriAvailableAgents()
Gets the value of the avgFriAvailableAgents property.
|
double |
getAvgFriWorkingAgents()
Gets the value of the avgFriWorkingAgents property.
|
double |
getAvgMonAvailableAgents()
Gets the value of the avgMonAvailableAgents property.
|
double |
getAvgMonWorkingAgents()
Gets the value of the avgMonWorkingAgents property.
|
double |
getAvgSatAvailableAgents()
Gets the value of the avgSatAvailableAgents property.
|
double |
getAvgSatWorkingAgents()
Gets the value of the avgSatWorkingAgents property.
|
double |
getAvgSunAvailableAgents()
Gets the value of the avgSunAvailableAgents property.
|
double |
getAvgSunWorkingAgents()
Gets the value of the avgSunWorkingAgents property.
|
double |
getAvgThuAvailableAgents()
Gets the value of the avgThuAvailableAgents property.
|
double |
getAvgThuWorkingAgents()
Gets the value of the avgThuWorkingAgents property.
|
double |
getAvgTueAvailableAgents()
Gets the value of the avgTueAvailableAgents property.
|
double |
getAvgTueWorkingAgents()
Gets the value of the avgTueWorkingAgents property.
|
double |
getAvgWedAvailableAgents()
Gets the value of the avgWedAvailableAgents property.
|
double |
getAvgWedWorkingAgents()
Gets the value of the avgWedWorkingAgents property.
|
double |
getEndDate()
Gets the value of the endDate property.
|
double |
getStartDate()
Gets the value of the startDate property.
|
int |
hashCode() |
void |
setAgentsForDateArray(java.util.List<AvailableAgentsForDate> value)
Sets the value of the agentsForDateArray property.
|
void |
setAgentsForDateArrayNSizeIs(int value)
Sets the value of the agentsForDateArrayNSizeIs property.
|
void |
setAvgFriAvailableAgents(double value)
Sets the value of the avgFriAvailableAgents property.
|
void |
setAvgFriWorkingAgents(double value)
Sets the value of the avgFriWorkingAgents property.
|
void |
setAvgMonAvailableAgents(double value)
Sets the value of the avgMonAvailableAgents property.
|
void |
setAvgMonWorkingAgents(double value)
Sets the value of the avgMonWorkingAgents property.
|
void |
setAvgSatAvailableAgents(double value)
Sets the value of the avgSatAvailableAgents property.
|
void |
setAvgSatWorkingAgents(double value)
Sets the value of the avgSatWorkingAgents property.
|
void |
setAvgSunAvailableAgents(double value)
Sets the value of the avgSunAvailableAgents property.
|
void |
setAvgSunWorkingAgents(double value)
Sets the value of the avgSunWorkingAgents property.
|
void |
setAvgThuAvailableAgents(double value)
Sets the value of the avgThuAvailableAgents property.
|
void |
setAvgThuWorkingAgents(double value)
Sets the value of the avgThuWorkingAgents property.
|
void |
setAvgTueAvailableAgents(double value)
Sets the value of the avgTueAvailableAgents property.
|
void |
setAvgTueWorkingAgents(double value)
Sets the value of the avgTueWorkingAgents property.
|
void |
setAvgWedAvailableAgents(double value)
Sets the value of the avgWedAvailableAgents property.
|
void |
setAvgWedWorkingAgents(double value)
Sets the value of the avgWedWorkingAgents property.
|
void |
setEndDate(double value)
Sets the value of the endDate property.
|
void |
setStartDate(double value)
Sets the value of the startDate property.
|
java.lang.String |
toString() |
AvailableAgents |
withAgentsForDateArray(AvailableAgentsForDate... values) |
AvailableAgents |
withAgentsForDateArray(java.util.Collection<AvailableAgentsForDate> values) |
AvailableAgents |
withAgentsForDateArrayNSizeIs(int value) |
AvailableAgents |
withAvgFriAvailableAgents(double value) |
AvailableAgents |
withAvgFriWorkingAgents(double value) |
AvailableAgents |
withAvgMonAvailableAgents(double value) |
AvailableAgents |
withAvgMonWorkingAgents(double value) |
AvailableAgents |
withAvgSatAvailableAgents(double value) |
AvailableAgents |
withAvgSatWorkingAgents(double value) |
AvailableAgents |
withAvgSunAvailableAgents(double value) |
AvailableAgents |
withAvgSunWorkingAgents(double value) |
AvailableAgents |
withAvgThuAvailableAgents(double value) |
AvailableAgents |
withAvgThuWorkingAgents(double value) |
AvailableAgents |
withAvgTueAvailableAgents(double value) |
AvailableAgents |
withAvgTueWorkingAgents(double value) |
AvailableAgents |
withAvgWedAvailableAgents(double value) |
AvailableAgents |
withAvgWedWorkingAgents(double value) |
AvailableAgents |
withEndDate(double value) |
AvailableAgents |
withStartDate(double value) |
private static final long serialVersionUID
protected double startDate
protected double endDate
protected double avgMonAvailableAgents
protected double avgMonWorkingAgents
protected double avgTueAvailableAgents
protected double avgTueWorkingAgents
protected double avgWedAvailableAgents
protected double avgWedWorkingAgents
protected double avgThuAvailableAgents
protected double avgThuWorkingAgents
protected double avgFriAvailableAgents
protected double avgFriWorkingAgents
protected double avgSatAvailableAgents
protected double avgSatWorkingAgents
protected double avgSunAvailableAgents
protected double avgSunWorkingAgents
protected int agentsForDateArrayNSizeIs
protected java.util.List<AvailableAgentsForDate> agentsForDateArray
public double getStartDate()
public void setStartDate(double value)
public double getEndDate()
public void setEndDate(double value)
public double getAvgMonAvailableAgents()
public void setAvgMonAvailableAgents(double value)
public double getAvgMonWorkingAgents()
public void setAvgMonWorkingAgents(double value)
public double getAvgTueAvailableAgents()
public void setAvgTueAvailableAgents(double value)
public double getAvgTueWorkingAgents()
public void setAvgTueWorkingAgents(double value)
public double getAvgWedAvailableAgents()
public void setAvgWedAvailableAgents(double value)
public double getAvgWedWorkingAgents()
public void setAvgWedWorkingAgents(double value)
public double getAvgThuAvailableAgents()
public void setAvgThuAvailableAgents(double value)
public double getAvgThuWorkingAgents()
public void setAvgThuWorkingAgents(double value)
public double getAvgFriAvailableAgents()
public void setAvgFriAvailableAgents(double value)
public double getAvgFriWorkingAgents()
public void setAvgFriWorkingAgents(double value)
public double getAvgSatAvailableAgents()
public void setAvgSatAvailableAgents(double value)
public double getAvgSatWorkingAgents()
public void setAvgSatWorkingAgents(double value)
public double getAvgSunAvailableAgents()
public void setAvgSunAvailableAgents(double value)
public double getAvgSunWorkingAgents()
public void setAvgSunWorkingAgents(double value)
public int getAgentsForDateArrayNSizeIs()
public void setAgentsForDateArrayNSizeIs(int value)
public java.util.List<AvailableAgentsForDate> getAgentsForDateArray()
public void setAgentsForDateArray(java.util.List<AvailableAgentsForDate> value)
public AvailableAgents withAgentsForDateArray(java.util.Collection<AvailableAgentsForDate> values)
public AvailableAgents withAgentsForDateArray(AvailableAgentsForDate... values)
public AvailableAgents withAgentsForDateArrayNSizeIs(int value)
public AvailableAgents withStartDate(double value)
public AvailableAgents withEndDate(double value)
public AvailableAgents withAvgMonAvailableAgents(double value)
public AvailableAgents withAvgMonWorkingAgents(double value)
public AvailableAgents withAvgTueAvailableAgents(double value)
public AvailableAgents withAvgTueWorkingAgents(double value)
public AvailableAgents withAvgWedAvailableAgents(double value)
public AvailableAgents withAvgWedWorkingAgents(double value)
public AvailableAgents withAvgThuAvailableAgents(double value)
public AvailableAgents withAvgThuWorkingAgents(double value)
public AvailableAgents withAvgFriAvailableAgents(double value)
public AvailableAgents withAvgFriWorkingAgents(double value)
public AvailableAgents withAvgSatAvailableAgents(double value)
public AvailableAgents withAvgSatWorkingAgents(double value)
public AvailableAgents withAvgSunAvailableAgents(double value)
public AvailableAgents withAvgSunWorkingAgents(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.