Class DesignateZone.Zones
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<DesignateZone>
-
- org.openstack4j.openstack.dns.v2.domain.DesignateZone.Zones
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- DesignateZone
public static class DesignateZone.Zones extends ListResult<DesignateZone>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DesignateZone>list
-
Constructor Summary
Constructors Constructor Description Zones()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DesignateZone>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Field Detail
-
list
protected List<DesignateZone> list
-
-
Method Detail
-
value
public List<DesignateZone> value()
- Specified by:
valuein classListResult<DesignateZone>
-
-