public static class QueuedAgentService.PostSourceTagResultTask extends ResubmissionTask<QueuedAgentService.PostSourceTagResultTask>
Modifier and Type | Class and Description |
---|---|
static class |
QueuedAgentService.PostSourceTagResultTask.ActionType |
static class |
QueuedAgentService.PostSourceTagResultTask.MessageType |
currentAgentId, service
Constructor and Description |
---|
PostSourceTagResultTask(String id,
List<String> tagValuesToSet,
QueuedAgentService.PostSourceTagResultTask.ActionType actionType,
QueuedAgentService.PostSourceTagResultTask.MessageType msgType,
String token) |
PostSourceTagResultTask(String id,
String tagValue,
QueuedAgentService.PostSourceTagResultTask.ActionType actionType,
QueuedAgentService.PostSourceTagResultTask.MessageType msgType,
String token) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Object callback) |
int |
size() |
List<QueuedAgentService.PostSourceTagResultTask> |
splitTask() |
public PostSourceTagResultTask(String id, String tagValue, QueuedAgentService.PostSourceTagResultTask.ActionType actionType, QueuedAgentService.PostSourceTagResultTask.MessageType msgType, String token)
public PostSourceTagResultTask(String id, List<String> tagValuesToSet, QueuedAgentService.PostSourceTagResultTask.ActionType actionType, QueuedAgentService.PostSourceTagResultTask.MessageType msgType, String token)
public List<QueuedAgentService.PostSourceTagResultTask> splitTask()
splitTask
in class ResubmissionTask<QueuedAgentService.PostSourceTagResultTask>
public int size()
size
in class ResubmissionTask<QueuedAgentService.PostSourceTagResultTask>
public void execute(Object callback)
Copyright © 2018. All rights reserved.