Class AlarmList
- java.lang.Object
-
- org.opennms.alec.smoke.opennms.model.AlarmList
-
public class AlarmList extends Object
-
-
Constructor Summary
Constructors Constructor Description AlarmList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Alarm>getAlarms()IntegergetCount()IntegergetOffset()IntegergetTotalCount()inthashCode()voidsetAlarms(List<Alarm> alarms)voidsetCount(Integer count)voidsetOffset(Integer offset)voidsetTotalCount(Integer totalCount)StringtoString()
-