Class TargetStatus

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

public final class TargetStatus extends Object
Target status.
  • Constructor Details

    • TargetStatus

      public TargetStatus()
  • Method Details

    • getId

      public String getId()
      Get the id property: Target id.
      Returns:
      the id value.
    • getCurrentAvailability

      public TargetAvailability getCurrentAvailability()
      Get the currentAvailability property: Target availability.
      Returns:
      the currentAvailability value.
    • getAverageQueueTime

      public Long getAverageQueueTime()
      Get the averageQueueTime property: Average queue time in seconds.
      Returns:
      the averageQueueTime value.
    • getStatusPage

      public String getStatusPage()
      Get the statusPage property: A page with detailed status of the provider.
      Returns:
      the statusPage value.