Package com.woorea.openstack.nova.model
Class SimpleTenantUsages
- java.lang.Object
-
- com.woorea.openstack.nova.model.SimpleTenantUsages
-
- All Implemented Interfaces:
Serializable,Iterable<SimpleTenantUsage>
public class SimpleTenantUsages extends Object implements Iterable<SimpleTenantUsage>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleTenantUsages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SimpleTenantUsage>getList()Iterator<SimpleTenantUsage>iterator()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
-
-
-
-
Method Detail
-
getList
public List<SimpleTenantUsage> getList()
- Returns:
- the list
-
iterator
public Iterator<SimpleTenantUsage> iterator()
- Specified by:
iteratorin interfaceIterable<SimpleTenantUsage>
-
-