Package | Description |
---|---|
com.cumulocity.rest.representation.alarm | |
com.cumulocity.sdk.client.alarm |
Provides the classes necessary to create, update and query alarms.
|
Modifier and Type | Method and Description |
---|---|
List<AlarmRepresentation> |
AlarmCollectionRepresentation.getAlarms() |
Iterator<AlarmRepresentation> |
AlarmCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AlarmCollectionRepresentation.setAlarms(List<AlarmRepresentation> alarms) |
Modifier and Type | Method and Description |
---|---|
AlarmRepresentation |
AlarmApi.create(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.create(AlarmRepresentation representation) |
AlarmRepresentation |
AlarmApi.getAlarm(com.cumulocity.model.idtype.GId gid)
Gets an alarm by id
|
AlarmRepresentation |
AlarmApiImpl.getAlarm(com.cumulocity.model.idtype.GId alarmId) |
AlarmRepresentation |
AlarmApi.update(AlarmRepresentation alarm)
Updates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.update(AlarmRepresentation alarmToUpdate) |
AlarmRepresentation |
AlarmApi.updateAlarm(AlarmRepresentation alarm)
Deprecated.
|
AlarmRepresentation |
AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<AlarmRepresentation> |
PagedAlarmCollectionRepresentation.allPages() |
Iterable<AlarmRepresentation> |
PagedAlarmCollectionRepresentation.elements(int limit) |
Modifier and Type | Method and Description |
---|---|
AlarmRepresentation |
AlarmApi.create(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.create(AlarmRepresentation representation) |
Future |
AlarmApi.createAsync(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
Future |
AlarmApiImpl.createAsync(AlarmRepresentation representation) |
AlarmRepresentation |
AlarmApi.update(AlarmRepresentation alarm)
Updates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.update(AlarmRepresentation alarmToUpdate) |
AlarmRepresentation |
AlarmApi.updateAlarm(AlarmRepresentation alarm)
Deprecated.
|
AlarmRepresentation |
AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
Deprecated.
|
Constructor and Description |
---|
PagedAlarmCollectionRepresentation(AlarmCollectionRepresentation collection,
PagedCollectionResource<AlarmRepresentation,? extends AlarmCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.