org.camunda.bpm.engine.rest.dto.externaltask
Class ExternalTaskFailureDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskFailureDto

public class ExternalTaskFailureDto
extends Object

Author:
Thorben Lindhauer, Askar Akhmerov

Field Summary
protected  String errorDetails
           
protected  String errorMessage
           
protected  int retries
           
protected  long retryTimeout
           
protected  String workerId
           
 
Constructor Summary
ExternalTaskFailureDto()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workerId

protected String workerId

errorMessage

protected String errorMessage

errorDetails

protected String errorDetails

retryTimeout

protected long retryTimeout

retries

protected int retries
Constructor Detail

ExternalTaskFailureDto

public ExternalTaskFailureDto()
Method Detail

getWorkerId

public String getWorkerId()

setWorkerId

public void setWorkerId(String workerId)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

getRetryTimeout

public long getRetryTimeout()

setRetryTimeout

public void setRetryTimeout(long retryTimeout)

getRetries

public int getRetries()

setRetries

public void setRetries(int retries)

getErrorDetails

public String getErrorDetails()

setErrorDetails

public void setErrorDetails(String errorDetails)


Copyright © 2016 camunda services GmbH. All rights reserved.