Class DownloadUrlInner

java.lang.Object
com.azure.resourcemanager.billing.fluent.models.DownloadUrlInner

public final class DownloadUrlInner extends Object
A secure URL that can be used to download a an entity until the URL expires.
  • Constructor Details

    • DownloadUrlInner

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

    • expiryTime

      public OffsetDateTime expiryTime()
      Get the expiryTime property: The time in UTC when the download URL will expire.
      Returns:
      the expiryTime value.
    • url

      public String url()
      Get the url property: The URL to the PDF file.
      Returns:
      the url value.
    • validate

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