public class SPerfData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
alert |
private static long |
serialVersionUID |
protected double |
value |
Constructor and Description |
---|
SPerfData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
SPerfData |
withAlert(boolean value) |
SPerfData |
withValue(double value) |
private static final long serialVersionUID
protected double value
protected 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 SPerfData withValue(double value)
public SPerfData withAlert(boolean 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.