public class FrcActivityHistoricalInformationIndicators
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId is not 0
|
private double |
AHTEnd
Existing Average Handle Time data start date
|
private int |
AHTPeriodArraySize
AHT period array size
|
private FrcInformationPeriod[] |
AHTPeriods
Existing AHT data periods
|
private double |
AHTStart
Existing Average Handle Time data start date
|
private int |
buId
Business Unit ID
|
private double |
IVEnd
Existing Interaction Volume data end date
|
private int |
IVPeriodArraySize
IV period array size
|
private FrcInformationPeriod[] |
IVPeriods
Existing IV data periods
|
private double |
IVStart
Existing Interaction Volume data start date
|
private int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityHistoricalInformationIndicators() |
FrcActivityHistoricalInformationIndicators(int siteId,
int activityId,
int buId,
double IVStart,
double IVEnd,
double AHTStart,
double AHTEnd,
int IVPeriodArraySize,
FrcInformationPeriod[] IVPeriods,
int AHTPeriodArraySize,
FrcInformationPeriod[] AHTPeriods) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityHistoricalInformationIndicators.
|
double |
getAHTEnd()
Gets the AHTEnd value for this FrcActivityHistoricalInformationIndicators.
|
int |
getAHTPeriodArraySize()
Gets the AHTPeriodArraySize value for this FrcActivityHistoricalInformationIndicators.
|
FrcInformationPeriod[] |
getAHTPeriods()
Gets the AHTPeriods value for this FrcActivityHistoricalInformationIndicators.
|
double |
getAHTStart()
Gets the AHTStart value for this FrcActivityHistoricalInformationIndicators.
|
int |
getBuId()
Gets the buId value for this FrcActivityHistoricalInformationIndicators.
|
double |
getIVEnd()
Gets the IVEnd value for this FrcActivityHistoricalInformationIndicators.
|
int |
getIVPeriodArraySize()
Gets the IVPeriodArraySize value for this FrcActivityHistoricalInformationIndicators.
|
FrcInformationPeriod[] |
getIVPeriods()
Gets the IVPeriods value for this FrcActivityHistoricalInformationIndicators.
|
double |
getIVStart()
Gets the IVStart value for this FrcActivityHistoricalInformationIndicators.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityHistoricalInformationIndicators.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityHistoricalInformationIndicators.
|
void |
setAHTEnd(double AHTEnd)
Sets the AHTEnd value for this FrcActivityHistoricalInformationIndicators.
|
void |
setAHTPeriodArraySize(int AHTPeriodArraySize)
Sets the AHTPeriodArraySize value for this FrcActivityHistoricalInformationIndicators.
|
void |
setAHTPeriods(FrcInformationPeriod[] AHTPeriods)
Sets the AHTPeriods value for this FrcActivityHistoricalInformationIndicators.
|
void |
setAHTStart(double AHTStart)
Sets the AHTStart value for this FrcActivityHistoricalInformationIndicators.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityHistoricalInformationIndicators.
|
void |
setIVEnd(double IVEnd)
Sets the IVEnd value for this FrcActivityHistoricalInformationIndicators.
|
void |
setIVPeriodArraySize(int IVPeriodArraySize)
Sets the IVPeriodArraySize value for this FrcActivityHistoricalInformationIndicators.
|
void |
setIVPeriods(FrcInformationPeriod[] IVPeriods)
Sets the IVPeriods value for this FrcActivityHistoricalInformationIndicators.
|
void |
setIVStart(double IVStart)
Sets the IVStart value for this FrcActivityHistoricalInformationIndicators.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityHistoricalInformationIndicators.
|
private int siteId
private int activityId
private int buId
private double IVStart
private double IVEnd
private double AHTStart
private double AHTEnd
private int IVPeriodArraySize
private FrcInformationPeriod[] IVPeriods
private int AHTPeriodArraySize
private FrcInformationPeriod[] AHTPeriods
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityHistoricalInformationIndicators()
public FrcActivityHistoricalInformationIndicators(int siteId, int activityId, int buId, double IVStart, double IVEnd, double AHTStart, double AHTEnd, int IVPeriodArraySize, FrcInformationPeriod[] IVPeriods, int AHTPeriodArraySize, FrcInformationPeriod[] AHTPeriods)
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 getIVStart()
public void setIVStart(double IVStart)
IVStart
- public double getIVEnd()
public void setIVEnd(double IVEnd)
IVEnd
- public double getAHTStart()
public void setAHTStart(double AHTStart)
AHTStart
- public double getAHTEnd()
public void setAHTEnd(double AHTEnd)
AHTEnd
- public int getIVPeriodArraySize()
public void setIVPeriodArraySize(int IVPeriodArraySize)
IVPeriodArraySize
- public FrcInformationPeriod[] getIVPeriods()
public void setIVPeriods(FrcInformationPeriod[] IVPeriods)
IVPeriods
- public int getAHTPeriodArraySize()
public void setAHTPeriodArraySize(int AHTPeriodArraySize)
AHTPeriodArraySize
- public FrcInformationPeriod[] getAHTPeriods()
public void setAHTPeriods(FrcInformationPeriod[] AHTPeriods)
AHTPeriods
- public 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.