Class HeatEvent.Events
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<HeatEvent>
-
- org.openstack4j.openstack.heat.domain.HeatEvent.Events
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- HeatEvent
public static class HeatEvent.Events extends ListResult<HeatEvent>
An inner class for representing lists of Heat Resource- Author:
- Octopus Zhang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Events()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<HeatEvent>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
protected List<HeatEvent> value()
- Specified by:
valuein classListResult<HeatEvent>
-
-