public class SPerfAlertSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
enabled |
protected int |
item |
protected double |
maxDeviationPCT |
protected double |
minDeviationPCT |
private static long |
serialVersionUID |
Constructor and Description |
---|
SPerfAlertSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
SPerfAlertSettings |
withEnabled(int value) |
SPerfAlertSettings |
withItem(int value) |
SPerfAlertSettings |
withMaxDeviationPCT(double value) |
SPerfAlertSettings |
withMinDeviationPCT(double value) |
private static final long serialVersionUID
protected int item
protected int enabled
protected double minDeviationPCT
protected 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 SPerfAlertSettings withItem(int value)
public SPerfAlertSettings withEnabled(int value)
public SPerfAlertSettings withMaxDeviationPCT(double value)
public SPerfAlertSettings withMinDeviationPCT(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.