@Portable public class ExecutionErrorSummary extends GenericSummary
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionErrorSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
acknowledged |
protected Date |
acknowledgedAt |
protected String |
acknowledgedBy |
protected Long |
activityId |
protected String |
activityName |
protected String |
deploymentId |
protected String |
error |
protected Date |
errorDate |
protected String |
errorId |
protected String |
errorMessage |
protected Long |
jobId |
protected String |
processId |
protected Long |
processInstanceId |
protected ExecutionErrorType |
type |
id, name| Constructor and Description |
|---|
ExecutionErrorSummary() |
ExecutionErrorSummary(String errorId,
String type,
String deploymentId,
Long processInstanceId,
String processId,
Long activityId,
String activityName,
Long jobId,
String errorMessage,
Boolean acknowledged,
String acknowledgedBy,
Date acknowledgedAt,
Date errorDate) |
protected String errorId
protected ExecutionErrorType type
protected String deploymentId
protected Long processInstanceId
protected String processId
protected Long activityId
protected String activityName
protected Long jobId
protected String errorMessage
protected String error
protected Boolean acknowledged
protected String acknowledgedBy
protected Date acknowledgedAt
protected Date errorDate
public static ExecutionErrorSummary.Builder builder()
public String getErrorId()
public void setErrorId(String errorId)
public ExecutionErrorType getType()
public void setType(ExecutionErrorType type)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
public String getProcessId()
public void setProcessId(String processId)
public Long getActivityId()
public void setActivityId(Long activityId)
public String getActivityName()
public void setActivityName(String activityName)
public Long getJobId()
public void setJobId(Long jobId)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getError()
public void setError(String error)
public boolean isAcknowledged()
public void setAcknowledged(Boolean acknowledged)
public String getAcknowledgedBy()
public void setAcknowledgedBy(String acknowledgedBy)
public Date getAcknowledgedAt()
public void setAcknowledgedAt(Date acknowledgedAt)
public Date getErrorDate()
public void setErrorDate(Date errorDate)
public String toString()
toString in class GenericSummaryCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.