com.cumulocity.rest.representation.alarm
Class AlarmsApiRepresentation

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

public class AlarmsApiRepresentation
extends BaseResourceRepresentation


Constructor Summary
AlarmsApiRepresentation()
           
 
Method Summary
 AlarmCollectionRepresentation getAlarms()
           
 String getAlarmsForSource()
           
 String getAlarmsForSourceAndStatus()
           
 String getAlarmsForSourceAndStatusAndTime()
           
 String getAlarmsForSourceAndTime()
           
 String getAlarmsForStatus()
           
 String getAlarmsForStatusAndTime()
           
 String getAlarmsForTime()
           
 List<String> getURITemplates()
           
 void setAlarms(AlarmCollectionRepresentation alarms)
           
 void setAlarmsForSource(String alarmsForSource)
           
 void setAlarmsForSourceAndStatus(String alarmsForSourceAndStatus)
           
 void setAlarmsForSourceAndStatusAndTime(String alarmsForSourceAndStatusAndTime)
           
 void setAlarmsForSourceAndTime(String alarmsForSourceAndTime)
           
 void setAlarmsForStatus(String alarmsForStatus)
           
 void setAlarmsForStatusAndTime(String alarmsForStatusAndTime)
           
 void setAlarmsForTime(String alarmsForTime)
           
 
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

AlarmsApiRepresentation

public AlarmsApiRepresentation()
Method Detail

getAlarms

public AlarmCollectionRepresentation getAlarms()

setAlarms

public void setAlarms(AlarmCollectionRepresentation alarms)

getAlarmsForStatus

public String getAlarmsForStatus()

setAlarmsForStatus

public void setAlarmsForStatus(String alarmsForStatus)

getAlarmsForSource

public String getAlarmsForSource()

setAlarmsForSource

public void setAlarmsForSource(String alarmsForSource)

getAlarmsForSourceAndStatus

public String getAlarmsForSourceAndStatus()

setAlarmsForSourceAndStatus

public void setAlarmsForSourceAndStatus(String alarmsForSourceAndStatus)

getAlarmsForTime

public String getAlarmsForTime()

setAlarmsForTime

public void setAlarmsForTime(String alarmsForTime)

getAlarmsForStatusAndTime

public String getAlarmsForStatusAndTime()

setAlarmsForStatusAndTime

public void setAlarmsForStatusAndTime(String alarmsForStatusAndTime)

getAlarmsForSourceAndTime

public String getAlarmsForSourceAndTime()

setAlarmsForSourceAndTime

public void setAlarmsForSourceAndTime(String alarmsForSourceAndTime)

getAlarmsForSourceAndStatusAndTime

public String getAlarmsForSourceAndStatusAndTime()

setAlarmsForSourceAndStatusAndTime

public void setAlarmsForSourceAndStatusAndTime(String alarmsForSourceAndStatusAndTime)

getURITemplates

@JSONProperty(ignore=true)
public List<String> getURITemplates()


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