java.lang.Object
com.azure.resourcemanager.costmanagement.models.BlobInfo

public final class BlobInfo extends Object
The blob information generated by this operation.
  • Constructor Details

    • BlobInfo

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

    • blobLink

      public String blobLink()
      Get the blobLink property: Link to the blob to download file.
      Returns:
      the blobLink value.
    • withBlobLink

      public BlobInfo withBlobLink(String blobLink)
      Set the blobLink property: Link to the blob to download file.
      Parameters:
      blobLink - the blobLink value to set.
      Returns:
      the BlobInfo object itself.
    • byteCount

      public Long byteCount()
      Get the byteCount property: Bytes in the blob.
      Returns:
      the byteCount value.
    • withByteCount

      public BlobInfo withByteCount(Long byteCount)
      Set the byteCount property: Bytes in the blob.
      Parameters:
      byteCount - the byteCount value to set.
      Returns:
      the BlobInfo object itself.
    • validate

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