org.camunda.bpm.engine.rest.dto.externaltask
Class FetchExternalTasksDto.FetchExternalTaskTopicDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto.FetchExternalTaskTopicDto
- Enclosing class:
- FetchExternalTasksDto
public static class FetchExternalTasksDto.FetchExternalTaskTopicDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topicName
protected String topicName
lockDuration
protected long lockDuration
variables
protected List<String> variables
deserializeValues
protected boolean deserializeValues
FetchExternalTasksDto.FetchExternalTaskTopicDto
public FetchExternalTasksDto.FetchExternalTaskTopicDto()
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)
isDeserializeValues
public boolean isDeserializeValues()
setDeserializeValues
public void setDeserializeValues(boolean deserializeValues)
Copyright © 2016 camunda services GmbH. All rights reserved.