Class PlatformApiRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.platform.PlatformApiRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlarm()
getAudit()
getEvent()
getUser()
void
setAlarm
(AlarmsApiRepresentation alarm) void
void
setDeviceControl
(DeviceControlRepresentation deviceControl) void
setEvent
(EventsApiRepresentation event) void
setIdentity
(IdentityRepresentation identity) void
setInventory
(InventoryRepresentation inventory) void
setMeasurement
(MeasurementsApiRepresentation measurement) void
setTenant
(TenantApiRepresentation tenant) void
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
PlatformApiRepresentation
public PlatformApiRepresentation()
-
-
Method Details
-
getInventory
-
setInventory
-
getIdentity
-
setIdentity
-
getEvent
-
setEvent
-
getMeasurement
-
setMeasurement
-
getAudit
-
setAudit
-
getAlarm
-
setAlarm
-
getUser
-
setUser
-
getDeviceControl
-
setDeviceControl
-
getTenant
-
setTenant
-