public class TaskTokenImpl extends Object implements TaskToken, io.vrap.rmf.base.client.ModelBase
Represents a URL path to poll to get the results of an Asynchronous Request.
| 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) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, typeReference, withTaskTokenpublic TaskTokenImpl()
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