Package com.azure.storage.blob.models
Class BlockList
java.lang.Object
com.azure.storage.blob.models.BlockList
The BlockList model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the committedBlocks property: The CommittedBlocks property.Get the uncommittedBlocks property: The UncommittedBlocks property.setCommittedBlocks
(List<Block> committedBlocks) Set the committedBlocks property: The CommittedBlocks property.setUncommittedBlocks
(List<Block> uncommittedBlocks) Set the uncommittedBlocks property: The UncommittedBlocks property.
-
Constructor Details
-
BlockList
public BlockList()Creates an instance of BlockList class.
-
-
Method Details
-
getCommittedBlocks
Get the committedBlocks property: The CommittedBlocks property.- Returns:
- the committedBlocks value.
-
setCommittedBlocks
Set the committedBlocks property: The CommittedBlocks property.- Parameters:
committedBlocks
- the committedBlocks value to set.- Returns:
- the BlockList object itself.
-
getUncommittedBlocks
Get the uncommittedBlocks property: The UncommittedBlocks property.- Returns:
- the uncommittedBlocks value.
-
setUncommittedBlocks
Set the uncommittedBlocks property: The UncommittedBlocks property.- Parameters:
uncommittedBlocks
- the uncommittedBlocks value to set.- Returns:
- the BlockList object itself.
-