Class ServerEvent
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ServerEvent
-
- All Implemented Interfaces:
Serializable,ServerAction,ModelEntity
public class ServerEvent extends Object implements ServerAction
This is a model of a serverevent.- Author:
- sujit sah
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerEvent.EventsInner class for representing the list of server resource
-
Constructor Summary
Constructors Constructor Description ServerEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Returns the action performed on the serverList<? extends ServerActionEvent>getEvents()Returns the list of server actionsStringgetInstaceUuid()Returns the id of the serverStringgetRequestId()Returns the request id of the server actionDategetStartTime()Returns the start_time of the server actionStringgetUserId()Returns the id of the user
-
-
-
Method Detail
-
getAction
public String getAction()
Description copied from interface:ServerActionReturns the action performed on the server- Specified by:
getActionin interfaceServerAction- Returns:
- the action performed on the server
-
getEvents
public List<? extends ServerActionEvent> getEvents()
Description copied from interface:ServerActionReturns the list of server actions- Specified by:
getEventsin interfaceServerAction- Returns:
- the list of server actions
-
getInstaceUuid
public String getInstaceUuid()
Description copied from interface:ServerActionReturns the id of the server- Specified by:
getInstaceUuidin interfaceServerAction- Returns:
- the id of the server
-
getRequestId
public String getRequestId()
Description copied from interface:ServerActionReturns the request id of the server action- Specified by:
getRequestIdin interfaceServerAction- Returns:
- the request id of the server action
-
getStartTime
public Date getStartTime()
Description copied from interface:ServerActionReturns the start_time of the server action- Specified by:
getStartTimein interfaceServerAction- Returns:
- the start_time of the server action
-
getUserId
public String getUserId()
Description copied from interface:ServerActionReturns the id of the user- Specified by:
getUserIdin interfaceServerAction- Returns:
- the id of user
-
-