public class FrcPeriodParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
abandonTime
Time to abandon, in seconds
|
protected double |
dailyPaidHours
Daily paid hours
|
protected double |
end
Period end date
|
protected int |
fixedAgents
Number of agents
|
protected double |
fixedAHT
Constant Average Handle Time
|
private static long |
serialVersionUID |
protected double |
serviceTime
Service time, in seconds
|
protected double |
start
Period start date
|
protected double |
wage
Hourly wage
|
Constructor and Description |
---|
FrcPeriodParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAbandonTime()
Gets the abandonTime value for this FrcPeriodParameters.
|
double |
getDailyPaidHours()
Gets the dailyPaidHours value for this FrcPeriodParameters.
|
double |
getEnd()
Gets the end value for this FrcPeriodParameters.
|
int |
getFixedAgents()
Gets the fixedAgents value for this FrcPeriodParameters.
|
double |
getFixedAHT()
Gets the fixedAHT value for this FrcPeriodParameters.
|
double |
getServiceTime()
Gets the serviceTime value for this FrcPeriodParameters.
|
double |
getStart()
Gets the start value for this FrcPeriodParameters.
|
double |
getWage()
Gets the wage value for this FrcPeriodParameters.
|
int |
hashCode() |
void |
setAbandonTime(double abandonTime)
Sets the abandonTime value for this FrcPeriodParameters.
|
void |
setDailyPaidHours(double dailyPaidHours)
Sets the dailyPaidHours value for this FrcPeriodParameters.
|
void |
setEnd(double end)
Sets the end value for this FrcPeriodParameters.
|
void |
setFixedAgents(int fixedAgents)
Sets the fixedAgents value for this FrcPeriodParameters.
|
void |
setFixedAHT(double fixedAHT)
Sets the fixedAHT value for this FrcPeriodParameters.
|
void |
setServiceTime(double serviceTime)
Sets the serviceTime value for this FrcPeriodParameters.
|
void |
setStart(double start)
Sets the start value for this FrcPeriodParameters.
|
void |
setWage(double wage)
Sets the wage value for this FrcPeriodParameters.
|
java.lang.String |
toString() |
FrcPeriodParameters |
withAbandonTime(double value) |
FrcPeriodParameters |
withDailyPaidHours(double value) |
FrcPeriodParameters |
withEnd(double value) |
FrcPeriodParameters |
withFixedAgents(int value) |
FrcPeriodParameters |
withFixedAHT(double value) |
FrcPeriodParameters |
withServiceTime(double value) |
FrcPeriodParameters |
withStart(double value) |
FrcPeriodParameters |
withWage(double value) |
private static final long serialVersionUID
protected double start
protected double end
protected double serviceTime
protected double abandonTime
protected double dailyPaidHours
protected double wage
protected int fixedAgents
protected double fixedAHT
public double getStart()
public void setStart(double start)
start
- Period start datepublic double getEnd()
public void setEnd(double end)
end
- Period end datepublic double getServiceTime()
public void setServiceTime(double serviceTime)
serviceTime
- Service time value in secondspublic double getAbandonTime()
public void setAbandonTime(double abandonTime)
abandonTime
- Time to abandon value in secondspublic double getDailyPaidHours()
public void setDailyPaidHours(double dailyPaidHours)
dailyPaidHours
- Paid hours a day valuepublic double getWage()
public void setWage(double wage)
wage
- Hourly wagepublic int getFixedAgents()
public void setFixedAgents(int fixedAgents)
fixedAgents
- Number of agentspublic double getFixedAHT()
public void setFixedAHT(double fixedAHT)
fixedAHT
- Constant AHT value in secondspublic FrcPeriodParameters withFixedAgents(int value)
public FrcPeriodParameters withAbandonTime(double value)
public FrcPeriodParameters withDailyPaidHours(double value)
public FrcPeriodParameters withFixedAHT(double value)
public FrcPeriodParameters withServiceTime(double value)
public FrcPeriodParameters withWage(double value)
public FrcPeriodParameters withStart(double value)
public FrcPeriodParameters withEnd(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.