Class JobDetailsList

java.lang.Object
com.azure.quantum.jobs.models.JobDetailsList

public final class JobDetailsList extends Object
List of job details.
  • Constructor Details

    • JobDetailsList

      public JobDetailsList()
  • Method Details

    • getValue

      public List<JobDetails> getValue()
      Get the value property: The value property.
      Returns:
      the value value.
    • getCount

      public Long getCount()
      Get the count property: Total records count number.
      Returns:
      the count value.
    • setCount

      public JobDetailsList setCount(Long count)
      Set the count property: Total records count number.
      Parameters:
      count - the count value to set.
      Returns:
      the JobDetailsList object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: Link to the next page of results.
      Returns:
      the nextLink value.