Class BlobInfo
java.lang.Object
com.azure.resourcemanager.costmanagement.models.BlobInfo
The blob information generated by this operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblobLink()Get the blobLink property: Link to the blob to download file.Get the byteCount property: Bytes in the blob.voidvalidate()Validates the instance.withBlobLink(String blobLink) Set the blobLink property: Link to the blob to download file.withByteCount(Long byteCount) Set the byteCount property: Bytes in the blob.
-
Constructor Details
-
BlobInfo
public BlobInfo()Creates an instance of BlobInfo class.
-
-
Method Details
-
blobLink
Get the blobLink property: Link to the blob to download file.- Returns:
- the blobLink value.
-
withBlobLink
Set the blobLink property: Link to the blob to download file.- Parameters:
blobLink- the blobLink value to set.- Returns:
- the BlobInfo object itself.
-
byteCount
Get the byteCount property: Bytes in the blob.- Returns:
- the byteCount value.
-
withByteCount
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.
-