Class TaskTokenImpl

java.lang.Object
com.commercetools.ml.models.common.TaskTokenImpl
All Implemented Interfaces:
TaskToken, io.vrap.rmf.base.client.ModelBase

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.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The ID for the task.
    The URI path to poll for the status of the task.
    int
     
    void
    setTaskId(String taskId)
    The ID for the task.
    void
    setUriPath(String uriPath)
    The URI path to poll for the status of the task.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.ml.models.common.TaskToken

    withTaskToken