Class AcceptedJob

java.lang.Object
com.qtsurfer.api.client.model.AcceptedJob

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class AcceptedJob extends Object
Response returned by async endpoints (`202 Accepted`). The `jobId` is deterministic for the same input parameters — repeated calls with identical params return the same id.
  • Field Details

  • Constructor Details

    • AcceptedJob

      public AcceptedJob()
  • Method Details

    • jobId

      public AcceptedJob jobId(@Nonnull String jobId)
    • getJobId

      @Nonnull public String getJobId()
      Unique job identifier; use this to poll for completion.
      Returns:
      jobId
    • setJobId

      public void setJobId(@Nonnull String jobId)
    • equals

      public boolean equals(Object o)
      Return true if this AcceptedJob object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string