Package com.woorea.openstack.nova.model
Class Extensions
- java.lang.Object
-
- com.woorea.openstack.nova.model.Extensions
-
- All Implemented Interfaces:
Serializable,Iterable<Extension>
public class Extensions extends Object implements Iterable<Extension>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Extensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Extension>getList()Iterator<Extension>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
-
-