com.cumulocity.rest.representation.event
Class EventCollectionRepresentation

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

public class EventCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
EventCollectionRepresentation()
           
 
Method Summary
 List<EventRepresentation> getEvents()
           
 void setEvents(List<EventRepresentation> events)
           
 
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

EventCollectionRepresentation

public EventCollectionRepresentation()
Method Detail

getEvents

public List<EventRepresentation> getEvents()

setEvents

@JSONTypeHint(value=EventRepresentation.class)
public void setEvents(List<EventRepresentation> events)


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