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