| Constructor and Description |
|---|
TaskTokenImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTaskId()
The ID for the task.
|
String |
getUriPath()
The URI path to poll for the status of the task.
|
int |
hashCode() |
void |
setTaskId(String taskId) |
void |
setUriPath(String uriPath) |
public String getTaskId()
The ID for the task. Used to find the status of the task.
public String getUriPath()
The URI path to poll for the status of the task.
getUriPath in interface TaskTokenpublic void setUriPath(String uriPath)
setUriPath in interface TaskToken