public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
lockDuration |
protected String |
topicName |
protected List<String> |
variables |
Constructor and Description |
---|
FetchExternalTasksDto.FetchExternalTaskTopicDto() |
Modifier and Type | Method and Description |
---|---|
long |
getLockDuration() |
String |
getTopicName() |
List<String> |
getVariables() |
void |
setLockDuration(long lockDuration) |
void |
setTopicName(String topicName) |
void |
setVariables(List<String> variables) |
protected String topicName
protected long lockDuration
public FetchExternalTasksDto.FetchExternalTaskTopicDto()
Copyright © 2018. All rights reserved.