public class FrcDataParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
growthPercentage
Growth %: 0-99% = a decreased percentage, 101+% = an increased percentage
|
protected double |
initialQueue
Initial Queue
|
protected double |
iot
Indirectly Occupied Time %
|
protected double |
nonWorkOverhead
Non-working Overhead %
|
protected double |
periodStart
Period start date and time
|
private static long |
serialVersionUID |
protected double |
workOverhead
Working Overhead %
|
Constructor and Description |
---|
FrcDataParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getGrowthPercentage()
Gets the growthPercentage value for this FrcDataParameters.
|
double |
getInitialQueue()
Gets the initialQueue value for this FrcDataParameters.
|
double |
getIOT()
Gets the iot value for this FrcDataParameters.
|
double |
getNonWorkOverhead()
Gets the nonWorkOverhead value for this FrcDataParameters.
|
double |
getPeriodStart()
Gets the periodStart value for this FrcDataParameters.
|
double |
getWorkOverhead()
Gets the workOverhead value for this FrcDataParameters.
|
int |
hashCode() |
void |
setGrowthPercentage(double growthPercentage)
Sets the growthPercentage value for this FrcDataParameters.
|
void |
setInitialQueue(double initialQueue)
Sets the initialQueue value for this FrcDataParameters.
|
void |
setIOT(double iot)
Sets the iot value for this FrcDataParameters.
|
void |
setNonWorkOverhead(double nonWorkOverhead)
Sets the nonWorkOverhead value for this FrcDataParameters.
|
void |
setPeriodStart(double periodStart)
Sets the periodStart value for this FrcDataParameters.
|
void |
setWorkOverhead(double workOverhead)
Sets the workOverhead value for this FrcDataParameters.
|
java.lang.String |
toString() |
FrcDataParameters |
withGrowthPercentage(double value) |
FrcDataParameters |
withInitialQueue(double value) |
FrcDataParameters |
withIOT(double value) |
FrcDataParameters |
withNonWorkOverhead(double value) |
FrcDataParameters |
withPeriodStart(double value) |
FrcDataParameters |
withWorkOverhead(double value) |
private static final long serialVersionUID
protected double periodStart
protected double growthPercentage
protected double initialQueue
protected double iot
protected double workOverhead
protected double nonWorkOverhead
public double getPeriodStart()
public void setGrowthPercentage(double growthPercentage)
growthPercentage
- Growth %public double getGrowthPercentage()
public void setInitialQueue(double initialQueue)
initialQueue
- public double getInitialQueue()
public void setPeriodStart(double periodStart)
periodStart
- Period start date and timepublic double getIOT()
public void setIOT(double iot)
iot
- Indirectly Occupied Time percentage valuepublic double getWorkOverhead()
public void setWorkOverhead(double workOverhead)
workOverhead
- Working Overhead percentage valuepublic double getNonWorkOverhead()
public void setNonWorkOverhead(double nonWorkOverhead)
nonWorkOverhead
- Non-Working Overhead percentage valuepublic FrcDataParameters withGrowthPercentage(double value)
public FrcDataParameters withIOT(double value)
public FrcDataParameters withNonWorkOverhead(double value)
public FrcDataParameters withPeriodStart(double value)
public FrcDataParameters withWorkOverhead(double value)
public FrcDataParameters withInitialQueue(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.