public class SPerfData
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
alert |
private double |
value |
| Constructor and Description |
|---|
SPerfData() |
SPerfData(double value,
boolean alert) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getValue()
Gets the value value for this SPerfData.
|
int |
hashCode() |
boolean |
isAlert()
Gets the alert value for this SPerfData.
|
void |
setAlert(boolean alert)
Sets the alert value for this SPerfData.
|
void |
setValue(double value)
Sets the value value for this SPerfData.
|
private double value
private boolean alert
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SPerfData()
public SPerfData(double value,
boolean alert)
public double getValue()
public void setValue(double value)
value - Interval data value (-1 = no data (empty); -2 = missing record (null))public boolean isAlert()
public void setAlert(boolean alert)
alert - Alert indicator, "true" - value outside configured deviation settingspublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.