public class FrcDataObjectives
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
abandonPCT
Abandoned calls %
|
protected double |
asa
Average Speed Of Answer
|
protected double |
maxOccPCT
Maximum Occupancy %
|
protected double |
periodStart
Period start date time
|
private static long |
serialVersionUID |
protected double |
servicePCT
Service Level %
|
Constructor and Description |
---|
FrcDataObjectives() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAbandonPCT()
Gets the abandonPCT value for this FrcDataObjectives.
|
double |
getASA()
Gets the asa value for this FrcDataObjectives.
|
double |
getMaxOccPCT()
Gets the maxOccPCT value for this FrcDataObjectives.
|
double |
getPeriodStart()
Gets the periodStart value for this FrcDataObjectives.
|
double |
getServicePCT()
Gets the servicePCT value for this FrcDataObjectives.
|
int |
hashCode() |
void |
setAbandonPCT(double abandonPCT)
Sets the abandonPCT value for this FrcDataObjectives.
|
void |
setASA(double asa)
Sets the asa value for this FrcDataObjectives.
|
void |
setMaxOccPCT(double maxOccPCT)
Sets the maxOccPCT value for this FrcDataObjectives.
|
void |
setPeriodStart(double periodStart)
Sets the periodStart value for this FrcDataObjectives.
|
void |
setServicePCT(double servicePCT)
Sets the servicePCT value for this FrcDataObjectives.
|
java.lang.String |
toString() |
FrcDataObjectives |
withAbandonPCT(double value) |
FrcDataObjectives |
withASA(double value) |
FrcDataObjectives |
withMaxOccPCT(double value) |
FrcDataObjectives |
withPeriodStart(double value) |
FrcDataObjectives |
withServicePCT(double value) |
private static final long serialVersionUID
protected double periodStart
protected double servicePCT
protected double abandonPCT
protected double asa
protected double maxOccPCT
public double getPeriodStart()
public void setPeriodStart(double periodStart)
periodStart
- Period start date and timepublic double getServicePCT()
public void setServicePCT(double servicePCT)
servicePCT
- Service level percentage valuepublic double getAbandonPCT()
public void setAbandonPCT(double abandonPCT)
abandonPCT
- Abandoned Interaction percentage valuepublic double getASA()
public void setASA(double asa)
asa
- Average Speed of Answer valuepublic double getMaxOccPCT()
public void setMaxOccPCT(double maxOccPCT)
maxOccPCT
- Maximum Occupancy percentage valuepublic FrcDataObjectives withAbandonPCT(double value)
public FrcDataObjectives withASA(double value)
public FrcDataObjectives withMaxOccPCT(double value)
public FrcDataObjectives withPeriodStart(double value)
public FrcDataObjectives withServicePCT(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.