Package com.woorea.openstack.nova.model
Class Hypervisors
- java.lang.Object
-
- com.woorea.openstack.nova.model.Hypervisors
-
- All Implemented Interfaces:
java.lang.Iterable<Hypervisor>
public class Hypervisors extends java.lang.Object implements java.lang.Iterable<Hypervisor>
Model for List of Hypervisors
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Hypervisor>
list
-
Constructor Summary
Constructors Constructor Description Hypervisors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Hypervisor>
getList()
java.util.Iterator<Hypervisor>
iterator()
void
setList(java.util.List<Hypervisor> list)
java.lang.String
toString()
-
-
-
Field Detail
-
list
private java.util.List<Hypervisor> list
-
-
Method Detail
-
getList
public java.util.List<Hypervisor> getList()
-
setList
public void setList(java.util.List<Hypervisor> list)
-
iterator
public java.util.Iterator<Hypervisor> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<Hypervisor>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-