com.cumulocity.model
Class ManagedObjectList
java.lang.Object
org.svenson.AbstractDynamicProperties
com.cumulocity.model.JSONBase
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.
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 |
ManagedObjectList
public ManagedObjectList()
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.