Package com.azure.storage.blob.models
Class BlobSignedIdentifier
java.lang.Object
com.azure.storage.blob.models.BlobSignedIdentifier
signed identifier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessPolicy property: An Access policy.getId()
Get the id property: a unique id.setAccessPolicy
(BlobAccessPolicy accessPolicy) Set the accessPolicy property: An Access policy.Set the id property: a unique id.
-
Constructor Details
-
BlobSignedIdentifier
public BlobSignedIdentifier()Creates an instance of BlobSignedIdentifier class.
-
-
Method Details
-
getId
Get the id property: a unique id.- Returns:
- the id value.
-
setId
Set the id property: a unique id.- Parameters:
id
- the id value to set.- Returns:
- the BlobSignedIdentifier object itself.
-
getAccessPolicy
Get the accessPolicy property: An Access policy.- Returns:
- the accessPolicy value.
-
setAccessPolicy
Set the accessPolicy property: An Access policy.- Parameters:
accessPolicy
- the accessPolicy value to set.- Returns:
- the BlobSignedIdentifier object itself.
-