Package com.azure.storage.queue.models
Class QueueSignedIdentifier
java.lang.Object
com.azure.storage.queue.models.QueueSignedIdentifier
signed identifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the accessPolicy property: The access policy.getId()
Get the id property: a unique id.setAccessPolicy
(QueueAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.Set the id property: a unique id.
-
Constructor Details
-
QueueSignedIdentifier
public QueueSignedIdentifier()
-
-
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 QueueSignedIdentifier object itself.
-
getAccessPolicy
Get the accessPolicy property: The access policy.- Returns:
- the accessPolicy value.
-
setAccessPolicy
Set the accessPolicy property: The access policy.- Parameters:
accessPolicy
- the accessPolicy value to set.- Returns:
- the QueueSignedIdentifier object itself.
-