public abstract class BaseThresholdDefConfigWrapper extends Object
Abstract BaseThresholdDefConfigWrapper class.
| Modifier | Constructor and Description |
|---|---|
protected |
BaseThresholdDefConfigWrapper(Basethresholddef baseDef)
Constructor for BaseThresholdDefConfigWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(ThresholdDefVisitor thresholdDefVisitor) |
boolean |
equals(Object obj) |
Basethresholddef |
getBasethresholddef()
getBasethresholddef
|
static BaseThresholdDefConfigWrapper |
getConfigWrapper(Basethresholddef baseDef)
getConfigWrapper
|
abstract String |
getDatasourceExpression()
getDatasourceExpression
|
Optional<String> |
getDsLabel()
getDsLabel
|
String |
getDsType()
getDsType
|
List<String> |
getFilterDatasources()
Returns the names of the datasources required from the resource filters
|
Double |
getRearm()
getRearm
|
Optional<String> |
getRearmedUEI()
getRearmedUEI
|
abstract Collection<String> |
getRequiredDatasources()
Returns the names of the datasources required to evaluate this threshold
|
Integer |
getTrigger()
getTrigger
|
Optional<String> |
getTriggeredUEI()
getTriggeredUEI
|
ThresholdType |
getType()
getType
|
Double |
getValue()
getValue
|
int |
hashCode() |
boolean |
hasRearm()
hasRearm
|
boolean |
hasTrigger()
hasTrigger
|
boolean |
hasValue()
hasValue
|
void |
merge(BaseThresholdDefConfigWrapper threshold)
merge
|
protected BaseThresholdDefConfigWrapper(Basethresholddef baseDef)
Constructor for BaseThresholdDefConfigWrapper.
baseDef - a Basethresholddef object.public static BaseThresholdDefConfigWrapper getConfigWrapper(Basethresholddef baseDef) throws ThresholdExpressionException
getConfigWrapper
baseDef - a Basethresholddef object.BaseThresholdDefConfigWrapper object.ThresholdExpressionException - if any.public List<String> getFilterDatasources()
public abstract String getDatasourceExpression()
getDatasourceExpression
public abstract Collection<String> getRequiredDatasources()
public Double getRearm()
getRearm
public Integer getTrigger()
getTrigger
public ThresholdType getType()
getType
String object.public Double getValue()
getValue
public boolean hasRearm()
hasRearm
public boolean hasTrigger()
hasTrigger
public boolean hasValue()
hasValue
public Basethresholddef getBasethresholddef()
getBasethresholddef
Basethresholddef object.public void merge(BaseThresholdDefConfigWrapper threshold)
merge
threshold - a BaseThresholdDefConfigWrapper object.public abstract void accept(ThresholdDefVisitor thresholdDefVisitor)
Copyright © 2022. All rights reserved.