public class ExternalWorkerJobFailureRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorDetails |
protected String |
errorMessage |
protected Integer |
retries |
protected Duration |
retryTimeout |
protected String |
workerId |
| Constructor and Description |
|---|
ExternalWorkerJobFailureRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetails() |
String |
getErrorMessage() |
Integer |
getRetries() |
Duration |
getRetryTimeout() |
String |
getWorkerId() |
void |
setErrorDetails(String errorDetails) |
void |
setErrorMessage(String errorMessage) |
void |
setRetries(Integer retries) |
void |
setRetryTimeout(Duration retryTimeout) |
void |
setWorkerId(String workerId) |
protected String workerId
protected String errorMessage
protected String errorDetails
protected Integer retries
protected Duration retryTimeout
public String getWorkerId()
public void setWorkerId(String workerId)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getErrorDetails()
public void setErrorDetails(String errorDetails)
public Integer getRetries()
public void setRetries(Integer retries)
public Duration getRetryTimeout()
public void setRetryTimeout(Duration retryTimeout)
Copyright © 2020 Flowable. All rights reserved.