com.cumulocity.rest.representation.measurement
Class MeasurementCollectionRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.BaseCollectionRepresentation
          extended by com.cumulocity.rest.representation.measurement.MeasurementCollectionRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class MeasurementCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
MeasurementCollectionRepresentation()
           
 
Method Summary
 List<MeasurementRepresentation> getMeasurements()
           
 void setMeasurements(List<MeasurementRepresentation> measurements)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
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

MeasurementCollectionRepresentation

public MeasurementCollectionRepresentation()
Method Detail

setMeasurements

public void setMeasurements(List<MeasurementRepresentation> measurements)

getMeasurements

@JSONTypeHint(value=MeasurementRepresentation.class)
public List<MeasurementRepresentation> getMeasurements()


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