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 String |
workerId |
Constructor and Description |
---|
FetchExternalTasksDto() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxTasks() |
List<FetchExternalTasksDto.FetchExternalTaskTopicDto> |
getTopics() |
String |
getWorkerId() |
void |
setMaxTasks(int maxTasks) |
void |
setTopics(List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics) |
void |
setWorkerId(String workerId) |
protected int maxTasks
protected String workerId
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)
Copyright © 2018. All rights reserved.