com.cumulocity.model
Class ManagedObjectList

java.lang.Object
  extended by org.svenson.AbstractDynamicProperties
      extended by com.cumulocity.model.JSONBase
          extended by com.cumulocity.model.ManagedObjectList
All Implemented Interfaces:
org.svenson.DynamicProperties

public class ManagedObjectList
extends JSONBase

TODO: The Javadoc of this class is too short. Please add at least a meaningful class comment.


Constructor Summary
ManagedObjectList()
           
 
Method Summary
 Integer getCount()
           
 List<ManagedObject> getObjects()
           
 void setObjects(List<ManagedObject> objects)
           
 
Methods inherited from class com.cumulocity.model.JSONBase
fromJSON, getJSONGenerator, getJSONParser, toJSON
 
Methods inherited from class org.svenson.AbstractDynamicProperties
getProperty, propertyNames, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedObjectList

public ManagedObjectList()
Method Detail

getCount

@JSONProperty(ignoreIfNull=true)
public Integer getCount()

getObjects

@JSONProperty(ignoreIfNull=true)
@JSONTypeHint(value=ManagedObject.class)
public List<ManagedObject> getObjects()

setObjects

public void setObjects(List<ManagedObject> objects)


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