Class FetchExternalTasksExtendedDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksExtendedDto

public class FetchExternalTasksExtendedDto extends FetchExternalTasksDto
Author:
Tassilo Weidner
  • Field Details

    • asyncResponseTimeout

      protected Long asyncResponseTimeout
  • Constructor Details

    • FetchExternalTasksExtendedDto

      public FetchExternalTasksExtendedDto()
  • Method Details

    • setAsyncResponseTimeout

      public void setAsyncResponseTimeout(Long asyncResponseTimeout)
    • getAsyncResponseTimeout

      public Long getAsyncResponseTimeout()
    • toString

      public String toString()
      Overrides:
      toString in class Object