public class FrcActivityPeriodParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
abandonTime
Time to abandon in seconds
|
protected int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId are not 0
|
protected int |
buId
Business Unit ID
|
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 int |
serviceTimeType
Service time type
EFrcServiceTimeType |
protected int |
siteId
Site ID
|
protected double |
start
Period start date
|
protected double |
wage
Hourly wage
|
Constructor and Description |
---|
FrcActivityPeriodParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAbandonTime()
Gets the abandonTime value for this FrcActivityPeriodParameters.
|
int |
getActivityId()
Gets the activityId value for this FrcActivityPeriodParameters.
|
int |
getBuId()
Gets the buId value for this FrcActivityPeriodParameters.
|
double |
getDailyPaidHours()
Gets the dailyPaidHours value for this FrcActivityPeriodParameters.
|
double |
getEnd()
Gets the end value for this FrcActivityPeriodParameters.
|
int |
getFixedAgents()
Gets the fixedAgents value for this FrcActivityPeriodParameters.
|
double |
getFixedAHT()
Gets the fixedAHT value for this FrcActivityPeriodParameters.
|
double |
getServiceTime()
Gets the serviceTime value for this FrcActivityPeriodParameters.
|
int |
getServiceTimeType()
Gets the serviceTimeType value for this FrcActivityPeriodParameters.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityPeriodParameters.
|
double |
getStart()
Gets the start value for this FrcActivityPeriodParameters.
|
double |
getWage()
Gets the wage value for this FrcActivityPeriodParameters.
|
int |
hashCode() |
void |
setAbandonTime(double abandonTime)
Sets the abandonTime value for this FrcActivityPeriodParameters.
|
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityPeriodParameters.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityPeriodParameters.
|
void |
setDailyPaidHours(double dailyPaidHours)
Sets the dailyPaidHours value for this FrcActivityPeriodParameters.
|
void |
setEnd(double end)
Sets the end value for this FrcActivityPeriodParameters.
|
void |
setFixedAgents(int fixedAgents)
Sets the fixedAgents value for this FrcActivityPeriodParameters.
|
void |
setFixedAHT(double fixedAHT)
Sets the fixedAHT value for this FrcActivityPeriodParameters.
|
void |
setServiceTime(double serviceTime)
Sets the serviceTime value for this FrcActivityPeriodParameters.
|
void |
setServiceTimeType(int serviceTimeType)
Sets the serviceTimeType value for this FrcActivityPeriodParameters.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityPeriodParameters.
|
void |
setStart(double start)
Sets the start value for this FrcActivityPeriodParameters.
|
void |
setWage(double wage)
Sets the wage value for this FrcActivityPeriodParameters.
|
java.lang.String |
toString() |
FrcActivityPeriodParameters |
withAbandonTime(double value) |
FrcActivityPeriodParameters |
withActivityId(int value) |
FrcActivityPeriodParameters |
withBuId(int value) |
FrcActivityPeriodParameters |
withDailyPaidHours(double value) |
FrcActivityPeriodParameters |
withEnd(double value) |
FrcActivityPeriodParameters |
withFixedAgents(int value) |
FrcActivityPeriodParameters |
withFixedAHT(double value) |
FrcActivityPeriodParameters |
withServiceTime(double value) |
FrcActivityPeriodParameters |
withServiceTimeType(int value) |
FrcActivityPeriodParameters |
withSiteId(int value) |
FrcActivityPeriodParameters |
withStart(double value) |
FrcActivityPeriodParameters |
withWage(double value) |
private static final long serialVersionUID
protected int siteId
protected int activityId
protected int buId
protected double start
protected double end
protected double serviceTime
protected int serviceTimeType
EFrcServiceTimeType
protected double abandonTime
protected double dailyPaidHours
protected double wage
protected int fixedAgents
protected double fixedAHT
public int getSiteId()
public void setSiteId(int siteId)
siteId
- public int getActivityId()
public void setActivityId(int activityId)
activityId
- public int getBuId()
public void setBuId(int buId)
buId
- 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 int getServiceTimeType()
public void setServiceTimeType(int serviceTimeType)
serviceTimeType
- public 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 FrcActivityPeriodParameters withActivityId(int value)
public FrcActivityPeriodParameters withBuId(int value)
public FrcActivityPeriodParameters withSiteId(int value)
public FrcActivityPeriodParameters withFixedAgents(int value)
public FrcActivityPeriodParameters withAbandonTime(double value)
public FrcActivityPeriodParameters withDailyPaidHours(double value)
public FrcActivityPeriodParameters withStart(double value)
public FrcActivityPeriodParameters withEnd(double value)
public FrcActivityPeriodParameters withFixedAHT(double value)
public FrcActivityPeriodParameters withServiceTime(double value)
public FrcActivityPeriodParameters withWage(double value)
public FrcActivityPeriodParameters withServiceTimeType(int 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.