Class HandleExternalTaskDto


  • public class HandleExternalTaskDto
    extends Object
    HandleExternalTaskDto
    • Constructor Detail

      • HandleExternalTaskDto

        public HandleExternalTaskDto()
    • Method Detail

      • getWorkerId

        public String getWorkerId()
        **Mandatory.** The ID of the worker who is performing the operation on the external task. If the task is already locked, must match the id of the worker who has most recently locked the task.
        Returns:
        workerId
      • setWorkerId

        public void setWorkerId​(String workerId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object