public class FrcActivityDataObjectives
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
Abandoned calls %
|
private int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId is not 0
|
private double |
ASA
Average Speed Of Answer
|
private int |
buId
Business Unit ID
|
private double |
maxOccPCT
Maximum Occupancy %
|
private double |
periodStart
Period start date time
|
private double |
servicePCT
Service Level %
|
private int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityDataObjectives() |
FrcActivityDataObjectives(int siteId,
int activityId,
int buId,
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 FrcActivityDataObjectives.
|
int |
getActivityId()
Gets the activityId value for this FrcActivityDataObjectives.
|
double |
getASA()
Gets the ASA value for this FrcActivityDataObjectives.
|
int |
getBuId()
Gets the buId value for this FrcActivityDataObjectives.
|
double |
getMaxOccPCT()
Gets the maxOccPCT value for this FrcActivityDataObjectives.
|
double |
getPeriodStart()
Gets the periodStart value for this FrcActivityDataObjectives.
|
double |
getServicePCT()
Gets the servicePCT value for this FrcActivityDataObjectives.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityDataObjectives.
|
int |
hashCode() |
void |
setAbandonPCT(double abandonPCT)
Sets the abandonPCT value for this FrcActivityDataObjectives.
|
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityDataObjectives.
|
void |
setASA(double ASA)
Sets the ASA value for this FrcActivityDataObjectives.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityDataObjectives.
|
void |
setMaxOccPCT(double maxOccPCT)
Sets the maxOccPCT value for this FrcActivityDataObjectives.
|
void |
setPeriodStart(double periodStart)
Sets the periodStart value for this FrcActivityDataObjectives.
|
void |
setServicePCT(double servicePCT)
Sets the servicePCT value for this FrcActivityDataObjectives.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityDataObjectives.
|
private int siteId
private int activityId
private int buId
private double periodStart
private double servicePCT
private double abandonPCT
private double ASA
private double maxOccPCT
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityDataObjectives()
public FrcActivityDataObjectives(int siteId, int activityId, int buId, double periodStart, double servicePCT, double abandonPCT, double ASA, double maxOccPCT)
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 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.