public class PlatformApiRepresentation extends AbstractExtensibleRepresentation
Constructor and Description |
---|
PlatformApiRepresentation() |
Modifier and Type | Method and Description |
---|---|
AlarmsApiRepresentation |
getAlarm() |
AuditRecordsRepresentation |
getAudit() |
CepApiRepresentation |
getCep() |
DeviceControlRepresentation |
getDeviceControl() |
EventsApiRepresentation |
getEvent() |
IdentityRepresentation |
getIdentity() |
InventoryRepresentation |
getInventory() |
MeasurementsApiRepresentation |
getMeasurement() |
TenantApiRepresentation |
getTenant() |
UsersApiRepresentation |
getUser() |
void |
setAlarm(AlarmsApiRepresentation alarm) |
void |
setAudit(AuditRecordsRepresentation audit) |
void |
setCep(CepApiRepresentation cep) |
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 |
setUser(UsersApiRepresentation user) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
public InventoryRepresentation getInventory()
public void setInventory(InventoryRepresentation inventory)
public IdentityRepresentation getIdentity()
public void setIdentity(IdentityRepresentation identity)
public EventsApiRepresentation getEvent()
public void setEvent(EventsApiRepresentation event)
public MeasurementsApiRepresentation getMeasurement()
public void setMeasurement(MeasurementsApiRepresentation measurement)
public AuditRecordsRepresentation getAudit()
public void setAudit(AuditRecordsRepresentation audit)
public AlarmsApiRepresentation getAlarm()
public void setAlarm(AlarmsApiRepresentation alarm)
public UsersApiRepresentation getUser()
public void setUser(UsersApiRepresentation user)
public DeviceControlRepresentation getDeviceControl()
public void setDeviceControl(DeviceControlRepresentation deviceControl)
@JSONProperty(ignoreIfNull=true) public CepApiRepresentation getCep()
public void setCep(CepApiRepresentation cep)
public TenantApiRepresentation getTenant()
public void setTenant(TenantApiRepresentation tenant)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.