Class JobStages

java.lang.Object
com.azure.resourcemanager.databox.models.JobStages

public final class JobStages extends Object
Job stages.
  • Constructor Details

    • JobStages

      public JobStages()
      Creates an instance of JobStages class.
  • Method Details

    • stageName

      public StageName stageName()
      Get the stageName property: Name of the job stage.
      Returns:
      the stageName value.
    • displayName

      public String displayName()
      Get the displayName property: Display name of the job stage.
      Returns:
      the displayName value.
    • stageStatus

      public StageStatus stageStatus()
      Get the stageStatus property: Status of the job stage.
      Returns:
      the stageStatus value.
    • stageTime

      public OffsetDateTime stageTime()
      Get the stageTime property: Time for the job stage in UTC ISO 8601 format.
      Returns:
      the stageTime value.
    • jobStageDetails

      public Object jobStageDetails()
      Get the jobStageDetails property: Job Stage Details.
      Returns:
      the jobStageDetails value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.