public class FrcDataObjectives
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
abandonPCT |
private double |
ASA |
private double |
maxOccPCT |
private double |
periodStart |
private double |
servicePCT |
Constructor and Description |
---|
FrcDataObjectives() |
FrcDataObjectives(double periodStart,
double servicePCT,
double abandonPCT,
double ASA,
double maxOccPCT) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
private double periodStart
private double servicePCT
private double abandonPCT
private double ASA
private double maxOccPCT
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcDataObjectives()
public FrcDataObjectives(double periodStart, double servicePCT, double abandonPCT, double ASA, 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 boolean equals(java.lang.Object obj)
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.