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