Class Services
- java.lang.Object
-
- com.woorea.openstack.keystone.model.Services
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<Service>
public class Services extends java.lang.Object implements java.lang.Iterable<Service>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Services()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Service>
getList()
java.util.Iterator<Service>
iterator()
java.lang.String
toString()
-
-
-
Field Detail
-
list
private java.util.List<Service> list
-
-