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