@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-27T12:13:44.667+02:00[Europe/Berlin]") public class ExternalTaskFailureDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERROR_DETAILS |
static String |
SERIALIZED_NAME_ERROR_MESSAGE |
static String |
SERIALIZED_NAME_RETRIES |
static String |
SERIALIZED_NAME_RETRY_TIMEOUT |
static String |
SERIALIZED_NAME_WORKER_ID |
Constructor and Description |
---|
ExternalTaskFailureDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ExternalTaskFailureDto |
errorDetails(String errorDetails) |
ExternalTaskFailureDto |
errorMessage(String errorMessage) |
String |
getErrorDetails()
A detailed error description.
|
String |
getErrorMessage()
An message indicating the reason of the failure.
|
Integer |
getRetries()
A number of how often the task should be retried.
|
Long |
getRetryTimeout()
A timeout in milliseconds before the external task becomes available again for fetching.
|
String |
getWorkerId()
The id of the worker that reports the failure.
|
int |
hashCode() |
ExternalTaskFailureDto |
retries(Integer retries) |
ExternalTaskFailureDto |
retryTimeout(Long retryTimeout) |
void |
setErrorDetails(String errorDetails) |
void |
setErrorMessage(String errorMessage) |
void |
setRetries(Integer retries) |
void |
setRetryTimeout(Long retryTimeout) |
void |
setWorkerId(String workerId) |
String |
toString() |
ExternalTaskFailureDto |
workerId(String workerId) |
public static final String SERIALIZED_NAME_WORKER_ID
public static final String SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_DETAILS
public static final String SERIALIZED_NAME_RETRIES
public static final String SERIALIZED_NAME_RETRY_TIMEOUT
public ExternalTaskFailureDto workerId(String workerId)
@Nullable public String getWorkerId()
public void setWorkerId(String workerId)
public ExternalTaskFailureDto errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public ExternalTaskFailureDto errorDetails(String errorDetails)
@Nullable public String getErrorDetails()
public void setErrorDetails(String errorDetails)
public ExternalTaskFailureDto retries(Integer retries)
@Nullable public Integer getRetries()
public void setRetries(Integer retries)
public ExternalTaskFailureDto retryTimeout(Long retryTimeout)
@Nullable public Long getRetryTimeout()
public void setRetryTimeout(Long retryTimeout)
Copyright © 2022. All rights reserved.