Class Pools
- java.lang.Object
-
- com.woorea.openstack.cinder.model.Pools
-
- All Implemented Interfaces:
Serializable,Iterable<Pool>
public class Pools extends Object implements Iterable<Pool>, Serializable
Model for List of pools- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Pools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Pool>getList()Iterator<Pool>iterator()voidsetList(List<Pool> list)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
-
-