public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected boolean |
deserializeValues |
protected long |
lockDuration |
protected HashMap<String,Object> |
processVariables |
protected String |
topicName |
protected List<String> |
variables |
Constructor and Description |
---|
FetchExternalTasksDto.FetchExternalTaskTopicDto() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey() |
long |
getLockDuration() |
HashMap<String,Object> |
getProcessVariables() |
String |
getTopicName() |
List<String> |
getVariables() |
boolean |
isDeserializeValues() |
void |
setBusinessKey(String businessKey) |
void |
setDeserializeValues(boolean deserializeValues) |
void |
setLockDuration(long lockDuration) |
void |
setProcessVariables(HashMap<String,Object> processVariables) |
void |
setTopicName(String topicName) |
void |
setVariables(List<String> variables) |
protected String topicName
protected String businessKey
protected long lockDuration
protected boolean deserializeValues
public FetchExternalTasksDto.FetchExternalTaskTopicDto()
public String getTopicName()
public void setTopicName(String topicName)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public long getLockDuration()
public void setLockDuration(long lockDuration)
public boolean isDeserializeValues()
public void setDeserializeValues(boolean deserializeValues)
Copyright © 2018. All rights reserved.