Package com.woorea.openstack.heat.model
Class Resources
- java.lang.Object
-
- com.woorea.openstack.heat.model.Resources
-
- All Implemented Interfaces:
Serializable,Iterable<Resource>
public class Resources extends Object implements Iterable<Resource>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Resources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Resource>getList()Iterator<Resource>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-