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