Class AlarmWrapperImpl
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.AlarmWrapperImpl
-
- All Implemented Interfaces:
AlarmWrapper
public class AlarmWrapperImpl extends Object implements AlarmWrapper
-
-
Constructor Summary
Constructors Constructor Description AlarmWrapperImpl(OnmsAlarm alarm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getReductionKey()
Status
getStatus()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AlarmWrapperImpl
public AlarmWrapperImpl(OnmsAlarm alarm)
-
-
Method Detail
-
getReductionKey
public String getReductionKey()
- Specified by:
getReductionKey
in interfaceAlarmWrapper
-
getStatus
public Status getStatus()
- Specified by:
getStatus
in interfaceAlarmWrapper
-
-