public class SPerfFactors
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
abandonFactor |
protected double |
asa |
private static long |
serialVersionUID |
protected double |
serviceFactor |
Constructor and Description |
---|
SPerfFactors() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getAbandonFactor()
Gets the abandonFactor value for this SPerfFactors.
|
double |
getASA()
Gets the asa value for this SPerfFactors.
|
double |
getServiceFactor()
Gets the serviceFactor value for this SPerfFactors.
|
int |
hashCode() |
void |
setAbandonFactor(double abandonFactor)
Sets the abandonFactor value for this SPerfFactors.
|
void |
setASA(double asa)
Sets the asa value for this SPerfFactors.
|
void |
setServiceFactor(double serviceFactor)
Sets the serviceFactor value for this SPerfFactors.
|
java.lang.String |
toString() |
SPerfFactors |
withAbandonFactor(double value) |
SPerfFactors |
withASA(double value) |
SPerfFactors |
withServiceFactor(double value) |
private static final long serialVersionUID
protected double serviceFactor
protected double abandonFactor
protected double asa
public double getServiceFactor()
public void setServiceFactor(double serviceFactor)
serviceFactor
- public double getAbandonFactor()
public void setAbandonFactor(double abandonFactor)
abandonFactor
- public double getASA()
public void setASA(double asa)
asa
- public SPerfFactors withServiceFactor(double value)
public SPerfFactors withAbandonFactor(double value)
public SPerfFactors withASA(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.