public class FetchExternalTasksDto extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FetchExternalTasksDto.FetchExternalTaskTopicDto  | 
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
maxTasks  | 
protected List<FetchExternalTasksDto.FetchExternalTaskTopicDto> | 
topics  | 
protected boolean | 
usePriority  | 
protected String | 
workerId  | 
| Constructor and Description | 
|---|
FetchExternalTasksDto()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxTasks()  | 
List<FetchExternalTasksDto.FetchExternalTaskTopicDto> | 
getTopics()  | 
String | 
getWorkerId()  | 
boolean | 
isUsePriority()  | 
void | 
setMaxTasks(int maxTasks)  | 
void | 
setTopics(List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics)  | 
void | 
setUsePriority(boolean usePriority)  | 
void | 
setWorkerId(String workerId)  | 
protected int maxTasks
protected String workerId
protected boolean usePriority
protected List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics
public int getMaxTasks()
public void setMaxTasks(int maxTasks)
public String getWorkerId()
public void setWorkerId(String workerId)
public List<FetchExternalTasksDto.FetchExternalTaskTopicDto> getTopics()
public void setTopics(List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics)
public boolean isUsePriority()
public void setUsePriority(boolean usePriority)
Copyright © 2019. All rights reserved.