public class CurrentLimitAlertCondition extends CurrentAlertCondition
| Modifier and Type | Field and Description |
|---|---|
protected AlertActivation |
autoLimitState |
protected LimitAlertObservationState |
limitObservationState |
protected Range |
limits |
degradationPrio, presence, rank, timeOfObservationstatedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentLimitAlertCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertActivation |
getAutoLimitState()
Indicates if the limits for the limit ALERT CONDITION are adjusted automatically.
|
LimitAlertObservationState |
getLimitObservationState()
Monitored alert limits of the limit ALERT CONDITION.
|
Range |
getLimits()
Limit values for the pm:LimitAlertConditionState type.
|
int |
hashCode() |
void |
setAutoLimitState(AlertActivation value)
Sets the value of the autoLimitState property.
|
void |
setLimitObservationState(LimitAlertObservationState value)
Sets the value of the limitObservationState property.
|
void |
setLimits(Range value)
Sets the value of the limits property.
|
String |
toString() |
getDegradationPrio, getRank, getTimeOfObservation, isPresence, setDegradationPrio, setPresence, setRank, setTimeOfObservationgetState, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected Range limits
protected LimitAlertObservationState limitObservationState
protected AlertActivation autoLimitState
public Range getLimits()
Rangepublic void setLimits(Range value)
value - allowed object is
Rangepublic LimitAlertObservationState getLimitObservationState()
LimitAlertObservationStatepublic void setLimitObservationState(LimitAlertObservationState value)
value - allowed object is
LimitAlertObservationStatepublic AlertActivation getAutoLimitState()
AlertActivationpublic void setAutoLimitState(AlertActivation value)
value - allowed object is
AlertActivationpublic String toString()
toString in class CurrentAlertConditionpublic boolean equals(Object that)
equals in class CurrentAlertConditionpublic int hashCode()
hashCode in class CurrentAlertConditionCopyright © 2017. All rights reserved.