public class WorkflowActionEvent extends JobEvent
JobEvent.EventStatus
Event.MessageType
Constructor and Description |
---|
WorkflowActionEvent(String id,
String parentId,
WorkflowAction.Status status,
String user,
String appName,
Date startTime,
Date endTime) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getHadoopId() |
WorkflowAction.Status |
getStatus() |
void |
setErrorCode(String code) |
void |
setErrorMessage(String msg) |
void |
setHadoopId(String id) |
void |
setStatus(WorkflowAction.Status actionStatus) |
getAppName, getAppType, getEndTime, getEventStatus, getId, getParentId, getStartTime, getUser, setAppName, setAppType, setEndTime, setEventStatus, setId, setParentId, setStartTime, setUser, toString
getMsgType, setMsgType
public WorkflowActionEvent(String id, String parentId, WorkflowAction.Status status, String user, String appName, Date startTime, Date endTime)
public WorkflowAction.Status getStatus()
public void setStatus(WorkflowAction.Status actionStatus)
public String getHadoopId()
public void setHadoopId(String id)
public String getErrorCode()
public void setErrorCode(String code)
public String getErrorMessage()
public void setErrorMessage(String msg)
Copyright © 2018 Apache Software Foundation. All rights reserved.