com.cumulocity.rest.representation.platform
Class PlatformApiRepresentation

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

public class PlatformApiRepresentation
extends BaseResourceRepresentation


Constructor Summary
PlatformApiRepresentation()
           
 
Method Summary
 AlarmsApiRepresentation getAlarm()
           
 AuditRecordsRepresentation getAudit()
           
 DeviceControlRepresentation getDeviceControl()
           
 EventsApiRepresentation getEvent()
           
 IdentityRepresentation getIdentity()
           
 InventoryRepresentation getInventory()
           
 MeasurementsApiRepresentation getMeasurement()
           
 UsersApiRepresentation getUser()
           
 void setAlarm(AlarmsApiRepresentation alarm)
           
 void setAudit(AuditRecordsRepresentation audit)
           
 void setDeviceControl(DeviceControlRepresentation deviceControl)
           
 void setEvent(EventsApiRepresentation event)
           
 void setIdentity(IdentityRepresentation identity)
           
 void setInventory(InventoryRepresentation inventory)
           
 void setMeasurement(MeasurementsApiRepresentation measurement)
           
 void setUser(UsersApiRepresentation user)
           
 
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

PlatformApiRepresentation

public PlatformApiRepresentation()
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)


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