public class CurrentAlertCondition extends AbstractAlertState
| Modifier and Type | Field and Description |
|---|---|
protected AlertConditionPriority |
degradationPrio |
protected boolean |
presence |
protected Integer |
rank |
protected PausableActivation |
state |
protected BigInteger |
timeOfObservation |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertCondition() |
| Modifier and Type | Method and Description |
|---|---|
AlertConditionPriority |
getDegradationPrio()
The current priority of the alert condition that has been modified by an escalation or deescalation process.
|
Integer |
getRank()
The rank is an optional attribute allowing finer distinction of alert condition priorities.
|
PausableActivation |
getState()
Activation of an alert state.
|
BigInteger |
getTimeOfObservation()
Time when the alert condition has changed its presence the last time.
|
boolean |
isPresence()
Indicates if the alert condition has been detected and is still present.
|
void |
setDegradationPrio(AlertConditionPriority value)
Sets the value of the degradationPrio property.
|
void |
setPresence(boolean value)
Sets the value of the presence property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
void |
setState(PausableActivation value)
Sets the value of the state property.
|
void |
setTimeOfObservation(BigInteger value)
Sets the value of the timeOfObservation property.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected PausableActivation state
protected AlertConditionPriority degradationPrio
protected Integer rank
protected boolean presence
protected BigInteger timeOfObservation
public PausableActivation getState()
PausableActivationpublic void setState(PausableActivation value)
value - allowed object is
PausableActivationpublic AlertConditionPriority getDegradationPrio()
AlertConditionPrioritypublic void setDegradationPrio(AlertConditionPriority value)
value - allowed object is
AlertConditionPrioritypublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integerpublic boolean isPresence()
public void setPresence(boolean value)
public BigInteger getTimeOfObservation()
BigIntegerpublic void setTimeOfObservation(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.