Class EventExecution
java.lang.Object
com.netflix.conductor.common.metadata.events.EventExecution
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetEvent()getId()getName()inthashCode()voidsetAction(EventHandler.Action.Type action) voidsetCreated(long created) voidvoidvoidsetMessageId(String messageId) voidvoidvoidsetStatus(EventExecution.Status status)
-
Constructor Details
-
EventExecution
public EventExecution() -
EventExecution
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getMessageId
- Returns:
- the messageId
-
setMessageId
- Parameters:
messageId- the messageId to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getEvent
- Returns:
- the event
-
setEvent
- Parameters:
event- the event to set
-
getCreated
public long getCreated()- Returns:
- the created
-
setCreated
public void setCreated(long created) - Parameters:
created- the created to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-
getAction
- Returns:
- the action
-
setAction
- Parameters:
action- the action to set
-
getOutput
- Returns:
- the output
-
setOutput
- Parameters:
output- the output to set
-
equals
-
hashCode
public int hashCode()
-