com.cumulocity.rest.representation.alarm
Class AlarmCollectionRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.BaseCollectionRepresentation
          extended by com.cumulocity.rest.representation.alarm.AlarmCollectionRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class AlarmCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
AlarmCollectionRepresentation()
           
 
Method Summary
 List<AlarmRepresentation> getAlarms()
           
 void setAlarms(List<AlarmRepresentation> alarms)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlarmCollectionRepresentation

public AlarmCollectionRepresentation()
Method Detail

getAlarms

@JSONTypeHint(value=AlarmRepresentation.class)
public List<AlarmRepresentation> getAlarms()

setAlarms

public void setAlarms(List<AlarmRepresentation> alarms)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.