com.cumulocity.model.event
Class AlarmList
java.lang.Object
org.svenson.AbstractDynamicProperties
com.cumulocity.model.JSONBase
com.cumulocity.model.event.AlarmList
- All Implemented Interfaces:
- org.svenson.DynamicProperties
public class AlarmList
- extends JSONBase
This class represents a collection of Alarms.
Primarily used to serialise to and from JSON.
Methods inherited from class org.svenson.AbstractDynamicProperties |
getProperty, propertyNames, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlarmList
public AlarmList()
getCount
public Integer getCount()
setCount
public void setCount(Integer count)
getAlarms
@JSONProperty(ignoreIfNull=true)
@JSONTypeHint(value=Alarm.class)
public List<Alarm> getAlarms()
setAlarms
public void setAlarms(List<Alarm> alarms)
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.