public class ServerEvent extends Object implements ServerAction
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerEvent.Events
Inner class for representing the list of server resource
|
| Constructor and Description |
|---|
ServerEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the action of the event
|
List<? extends ServerActionEvent> |
getEvents()
Returns the list of event
|
String |
getInstaceUuid()
Returns the id of the server
|
String |
getRequestId()
Returns the request id of the event
|
Date |
getStartTime()
Returns the start_time of the event
|
String |
getUserId()
Returns the id of the user
|
public String getAction()
ServerActiongetAction in interface ServerActionpublic List<? extends ServerActionEvent> getEvents()
ServerActiongetEvents in interface ServerActionpublic String getInstaceUuid()
ServerActiongetInstaceUuid in interface ServerActionpublic String getRequestId()
ServerActiongetRequestId in interface ServerActionpublic Date getStartTime()
ServerActiongetStartTime in interface ServerActionpublic String getUserId()
ServerActiongetUserId in interface ServerActionCopyright © 2020. All rights reserved.