public static class ParameterizedSource.AlertParameter extends Object
ParameterizedSource.AlertParameter
class represents a single parameter that can be
passed into an alert which takes parameters.Constructor and Description |
---|
AlertParameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description of the parameter.
|
String |
getDisplayName()
Gets the human readable name of the parameter.
|
String |
getName()
Gets the unique name of the parameter.
|
AlertState |
getThreshold()
Gets the threshold that this parameter directly controls, or
null
for none. |
ParameterizedSource.AlertParameterType |
getType() |
String |
getUnits()
Gets the display units of the paramter.
|
Object |
getValue()
Gets the value of the parameter.
|
ParameterizedSource.AlertParameterVisibility |
getVisibility()
Gets the visibility of the parameter.
|
int |
hashCode() |
public String getName()
public String getDisplayName()
public String getUnits()
public Object getValue()
public String getDescription()
public ParameterizedSource.AlertParameterType getType()
public ParameterizedSource.AlertParameterVisibility getVisibility()
public AlertState getThreshold()
null
for none.null
.Copyright © 2022 Apache Software Foundation. All rights reserved.