Class UpdateDownloadProgress

java.lang.Object
com.azure.resourcemanager.databoxedge.models.UpdateDownloadProgress

public final class UpdateDownloadProgress extends Object
Details about the download progress of update.
  • Constructor Details

    • UpdateDownloadProgress

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

    • downloadPhase

      public DownloadPhase downloadPhase()
      Get the downloadPhase property: The download phase.
      Returns:
      the downloadPhase value.
    • percentComplete

      public Integer percentComplete()
      Get the percentComplete property: Percentage of completion.
      Returns:
      the percentComplete value.
    • totalBytesToDownload

      public Double totalBytesToDownload()
      Get the totalBytesToDownload property: Total bytes to download.
      Returns:
      the totalBytesToDownload value.
    • totalBytesDownloaded

      public Double totalBytesDownloaded()
      Get the totalBytesDownloaded property: Total bytes downloaded.
      Returns:
      the totalBytesDownloaded value.
    • numberOfUpdatesToDownload

      public Integer numberOfUpdatesToDownload()
      Get the numberOfUpdatesToDownload property: Number of updates to download.
      Returns:
      the numberOfUpdatesToDownload value.
    • numberOfUpdatesDownloaded

      public Integer numberOfUpdatesDownloaded()
      Get the numberOfUpdatesDownloaded property: Number of updates downloaded.
      Returns:
      the numberOfUpdatesDownloaded value.
    • validate

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