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