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
public class PlatformApiRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description PlatformApiRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmsApiRepresentationgetAlarm()AuditRecordsRepresentationgetAudit()DeviceControlRepresentationgetDeviceControl()EventsApiRepresentationgetEvent()IdentityRepresentationgetIdentity()InventoryRepresentationgetInventory()MeasurementsApiRepresentationgetMeasurement()TenantApiRepresentationgetTenant()UsersApiRepresentationgetUser()voidsetAlarm(AlarmsApiRepresentation alarm)voidsetAudit(AuditRecordsRepresentation audit)voidsetDeviceControl(DeviceControlRepresentation deviceControl)voidsetEvent(EventsApiRepresentation event)voidsetIdentity(IdentityRepresentation identity)voidsetInventory(InventoryRepresentation inventory)voidsetMeasurement(MeasurementsApiRepresentation measurement)voidsetTenant(TenantApiRepresentation tenant)voidsetUser(UsersApiRepresentation user)-
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
-
-
-
-
Method Detail
-
getInventory
public InventoryRepresentation getInventory()
-
setInventory
public void setInventory(InventoryRepresentation inventory)
-
getIdentity
public IdentityRepresentation getIdentity()
-
setIdentity
public void setIdentity(IdentityRepresentation identity)
-
getEvent
public EventsApiRepresentation getEvent()
-
setEvent
public void setEvent(EventsApiRepresentation event)
-
getMeasurement
public MeasurementsApiRepresentation getMeasurement()
-
setMeasurement
public void setMeasurement(MeasurementsApiRepresentation measurement)
-
getAudit
public AuditRecordsRepresentation getAudit()
-
setAudit
public void setAudit(AuditRecordsRepresentation audit)
-
getAlarm
public AlarmsApiRepresentation getAlarm()
-
setAlarm
public void setAlarm(AlarmsApiRepresentation alarm)
-
getUser
public UsersApiRepresentation getUser()
-
setUser
public void setUser(UsersApiRepresentation user)
-
getDeviceControl
public DeviceControlRepresentation getDeviceControl()
-
setDeviceControl
public void setDeviceControl(DeviceControlRepresentation deviceControl)
-
getTenant
public TenantApiRepresentation getTenant()
-
setTenant
public void setTenant(TenantApiRepresentation tenant)
-
-