Class EventExecution

java.lang.Object
com.netflix.conductor.common.metadata.events.EventExecution

public class EventExecution extends Object
  • Constructor Details

    • EventExecution

      public EventExecution()
    • EventExecution

      public EventExecution(String id, String messageId)
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getMessageId

      public String getMessageId()
      Returns:
      the messageId
    • setMessageId

      public void setMessageId(String messageId)
      Parameters:
      messageId - the messageId to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getEvent

      public String getEvent()
      Returns:
      the event
    • setEvent

      public void setEvent(String event)
      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

      public EventExecution.Status getStatus()
      Returns:
      the status
    • setStatus

      public void setStatus(EventExecution.Status status)
      Parameters:
      status - the status to set
    • getAction

      public EventHandler.Action.Type getAction()
      Returns:
      the action
    • setAction

      public void setAction(EventHandler.Action.Type action)
      Parameters:
      action - the action to set
    • getOutput

      public Map<String,Object> getOutput()
      Returns:
      the output
    • setOutput

      public void setOutput(Map<String,Object> output)
      Parameters:
      output - the output to set
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object