public class SPerfAlertSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
enabled |
private int |
item |
private double |
maxDeviationPCT |
private double |
minDeviationPCT |
Constructor and Description |
---|
SPerfAlertSettings() |
SPerfAlertSettings(int item,
int enabled,
double minDeviationPCT,
double maxDeviationPCT) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getEnabled()
Gets the enabled value for this SPerfAlertSettings.
|
int |
getItem()
Gets the item value for this SPerfAlertSettings.
|
double |
getMaxDeviationPCT()
Gets the maxDeviationPCT value for this SPerfAlertSettings.
|
double |
getMinDeviationPCT()
Gets the minDeviationPCT value for this SPerfAlertSettings.
|
int |
hashCode() |
void |
setEnabled(int enabled)
Sets the enabled value for this SPerfAlertSettings.
|
void |
setItem(int item)
Sets the item value for this SPerfAlertSettings.
|
void |
setMaxDeviationPCT(double maxDeviationPCT)
Sets the maxDeviationPCT value for this SPerfAlertSettings.
|
void |
setMinDeviationPCT(double minDeviationPCT)
Sets the minDeviationPCT value for this SPerfAlertSettings.
|
private int item
private int enabled
private double minDeviationPCT
private double maxDeviationPCT
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SPerfAlertSettings()
public SPerfAlertSettings(int item, int enabled, double minDeviationPCT, double maxDeviationPCT)
public int getItem()
public void setItem(int item)
item
- public int getEnabled()
public void setEnabled(int enabled)
enabled
- public double getMinDeviationPCT()
public void setMinDeviationPCT(double minDeviationPCT)
minDeviationPCT
- public double getMaxDeviationPCT()
public void setMaxDeviationPCT(double maxDeviationPCT)
maxDeviationPCT
- 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.