public class Threshold extends java.lang.Object implements java.io.Serializable, DeepCloneable
Bean detailing analytics threshold object.
Each Threshold object defines a range and an indicator icon. Whenever the data in the metric column (defined in the .arf file under <thresholdColumnLocalId>) falls within this range, the corresponding indicator will be displayed.
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOG |
Constructor and Description |
---|
Threshold() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone this object using deep-copy semantics.
|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getDefaultIconName()
Gets the name of the icon.
|
java.lang.Long |
getIcon()
Gets the documentId of the icon.
|
java.lang.String |
getLabel()
Gets the label.
|
java.lang.Double |
getUpperBound()
Gets the upper bound (in days for durations).
|
int |
hashCode() |
void |
setDefaultIconName(java.lang.String defaultIconName_)
Sets the name of the icon.
|
void |
setIcon(java.lang.Long icon_)
Sets the documentId of the icon.
|
void |
setLabel(java.lang.String label_)
Sets the label.
|
void |
setUpperBound(java.lang.Double upperBound_)
Sets the upperbound (in days for durations).
|
public java.lang.Object clone()
DeepCloneable
clone
in interface DeepCloneable
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String getDefaultIconName()
setDefaultIconName(java.lang.String)
public void setDefaultIconName(java.lang.String defaultIconName_)
defaultIconName_
- the name of the icongetDefaultIconName()
public java.lang.Long getIcon()
setIcon(java.lang.Long)
public void setIcon(java.lang.Long icon_)
icon_
- The icon to set.getIcon()
public java.lang.String getLabel()
setLabel(java.lang.String)
public void setLabel(java.lang.String label_)
label_
- The label to set.getLabel()
public java.lang.Double getUpperBound()
setUpperBound(java.lang.Double)
public void setUpperBound(java.lang.Double upperBound_)
upperBound_
- The upperBound to set.getUpperBound()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.