org.camunda.bpm.engine.rest.dto.externaltask
Class FetchExternalTasksDto.FetchExternalTaskTopicDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto.FetchExternalTaskTopicDto
Enclosing class:
FetchExternalTasksDto

public static class FetchExternalTasksDto.FetchExternalTaskTopicDto
extends Object


Field Summary
protected  long lockDuration
           
protected  String topicName
           
protected  List<String> variables
           
 
Constructor Summary
FetchExternalTasksDto.FetchExternalTaskTopicDto()
           
 
Method Summary
 long getLockDuration()
           
 String getTopicName()
           
 List<String> getVariables()
           
 void setLockDuration(long lockDuration)
           
 void setTopicName(String topicName)
           
 void setVariables(List<String> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicName

protected String topicName

lockDuration

protected long lockDuration

variables

protected List<String> variables
Constructor Detail

FetchExternalTasksDto.FetchExternalTaskTopicDto

public FetchExternalTasksDto.FetchExternalTaskTopicDto()
Method Detail

getTopicName

public String getTopicName()

setTopicName

public void setTopicName(String topicName)

getLockDuration

public long getLockDuration()

setLockDuration

public void setLockDuration(long lockDuration)

getVariables

public List<String> getVariables()

setVariables

public void setVariables(List<String> variables)


Copyright © 2016 camunda services GmbH. All rights reserved.