public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected boolean |
deserializeValues |
protected boolean |
localVariables |
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() |
boolean |
isLocalVariables() |
void |
setBusinessKey(String businessKey) |
void |
setDeserializeValues(boolean deserializeValues) |
void |
setLocalVariables(boolean localVariables) |
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
protected boolean localVariables
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)
public boolean isLocalVariables()
public void setLocalVariables(boolean localVariables)
Copyright © 2019. All rights reserved.