Class BlobDetails

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

public final class BlobDetails extends Object
Blob details.
  • Constructor Details

    • BlobDetails

      public BlobDetails()
  • Method Details

    • getContainerName

      public String getContainerName()
      Get the containerName property: The container name.
      Returns:
      the containerName value.
    • setContainerName

      public BlobDetails setContainerName(String containerName)
      Set the containerName property: The container name.
      Parameters:
      containerName - the containerName value to set.
      Returns:
      the BlobDetails object itself.
    • getBlobName

      public String getBlobName()
      Get the blobName property: The blob name.
      Returns:
      the blobName value.
    • setBlobName

      public BlobDetails setBlobName(String blobName)
      Set the blobName property: The blob name.
      Parameters:
      blobName - the blobName value to set.
      Returns:
      the BlobDetails object itself.