Class SenlinEvent
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinEvent
-
- All Implemented Interfaces:
Serializable,ModelEntity,Event
public class SenlinEvent extends Object implements Event
This is a model of a senlinEvent. It uses Jackson annotations for (de)serialization into JSON format- Author:
- lion
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSenlinEvent.EventAn inner class for representing lists of senlinEvent
-
Constructor Summary
Constructors Constructor Description SenlinEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Returns the action of the EventStringgetClusterID()Returns the cluster id of the EventStringgetId()Returns the id of the EventIntegergetLevel()Returns the level of the EventStringgetObjID()Returns the obj id of the EventStringgetObjName()Returns the obj name of the EventStringgetObjType()Returns the obj type of the EventStringgetProject()Returns the project of the EventStringgetStatus()Returns the status of the EventStringgetStatusReason()Returns the status reason of the EventDategetTimestamp()Returns the timestamp of the EventStringgetUser()Returns the user of the EventStringtoString()
-
-
-
Method Detail
-
getAction
public String getAction()
Description copied from interface:EventReturns the action of the Event
-
getClusterID
public String getClusterID()
Description copied from interface:EventReturns the cluster id of the Event- Specified by:
getClusterIDin interfaceEvent- Returns:
- the cluster id of the Event
-
getLevel
public Integer getLevel()
Description copied from interface:EventReturns the level of the Event
-
getObjID
public String getObjID()
Description copied from interface:EventReturns the obj id of the Event
-
getObjName
public String getObjName()
Description copied from interface:EventReturns the obj name of the Event- Specified by:
getObjNamein interfaceEvent- Returns:
- the obj name of the Event
-
getObjType
public String getObjType()
Description copied from interface:EventReturns the obj type of the Event- Specified by:
getObjTypein interfaceEvent- Returns:
- the obj type of the Event
-
getProject
public String getProject()
Description copied from interface:EventReturns the project of the Event- Specified by:
getProjectin interfaceEvent- Returns:
- the project of the Event
-
getStatus
public String getStatus()
Description copied from interface:EventReturns the status of the Event
-
getStatusReason
public String getStatusReason()
Description copied from interface:EventReturns the status reason of the Event- Specified by:
getStatusReasonin interfaceEvent- Returns:
- the status reason of the Event
-
getTimestamp
public Date getTimestamp()
Description copied from interface:EventReturns the timestamp of the Event- Specified by:
getTimestampin interfaceEvent- Returns:
- the timestamp of the Event
-
getUser
public String getUser()
Description copied from interface:EventReturns the user of the Event
-
-