public abstract class TaskResponse extends ResponseData
| Constructor and Description |
|---|
TaskResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBackendId() |
java.lang.String |
getMessage() |
AsyncTask.TaskStatus |
getStatus() |
java.lang.Long |
getTaskId() |
AsyncTask.TaskType |
getTaskType() |
void |
setBackendId(java.lang.Integer backendId) |
void |
setMessage(java.lang.String message) |
void |
setStatus(AsyncTask.TaskStatus status) |
void |
setTaskId(java.lang.Long taskId) |
void |
setTaskType(AsyncTask.TaskType taskType) |
getDataClassespublic TaskResponse()
public java.lang.Long getTaskId()
setTaskId(Long)public void setTaskId(java.lang.Long taskId)
taskId - the taskId to setgetTaskId()public java.lang.Integer getBackendId()
setBackendId(Integer)public void setBackendId(java.lang.Integer backendId)
backendId - the backendId to setgetBackendId()public AsyncTask.TaskStatus getStatus()
setStatus(service.tut.pori.contentanalysis.AsyncTask.TaskStatus)public void setStatus(AsyncTask.TaskStatus status)
status - the status to setgetStatus()public java.lang.String getMessage()
setMessage(String)public void setMessage(java.lang.String message)
message - the message to setgetMessage()public AsyncTask.TaskType getTaskType()
setTaskType(service.tut.pori.contentanalysis.AsyncTask.TaskType)public void setTaskType(AsyncTask.TaskType taskType)
taskType - the taskType to setgetTaskType()Copyright © 2015 Tampere University of Technology, Pori Department.