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