public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
deserializeValues |
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() |
boolean |
isDeserializeValues() |
void |
setDeserializeValues(boolean deserializeValues) |
void |
setLockDuration(long lockDuration) |
void |
setTopicName(String topicName) |
void |
setVariables(List<String> variables) |
protected String topicName
protected long lockDuration
protected boolean deserializeValues
public FetchExternalTasksDto.FetchExternalTaskTopicDto()
public String getTopicName()
public void setTopicName(String topicName)
public long getLockDuration()
public void setLockDuration(long lockDuration)
public boolean isDeserializeValues()
public void setDeserializeValues(boolean deserializeValues)
Copyright © 2017. All rights reserved.