Class BlockLookupList

java.lang.Object
com.azure.storage.blob.models.BlockLookupList

public final class BlockLookupList extends Object
The BlockLookupList model.
  • Constructor Details

    • BlockLookupList

      public BlockLookupList()
  • Method Details

    • getCommitted

      public List<String> getCommitted()
      Get the committed property: The Committed property.
      Returns:
      the committed value.
    • setCommitted

      public BlockLookupList setCommitted(List<String> committed)
      Set the committed property: The Committed property.
      Parameters:
      committed - the committed value to set.
      Returns:
      the BlockLookupList object itself.
    • getUncommitted

      public List<String> getUncommitted()
      Get the uncommitted property: The Uncommitted property.
      Returns:
      the uncommitted value.
    • setUncommitted

      public BlockLookupList setUncommitted(List<String> uncommitted)
      Set the uncommitted property: The Uncommitted property.
      Parameters:
      uncommitted - the uncommitted value to set.
      Returns:
      the BlockLookupList object itself.
    • getLatest

      public List<String> getLatest()
      Get the latest property: The Latest property.
      Returns:
      the latest value.
    • setLatest

      public BlockLookupList setLatest(List<String> latest)
      Set the latest property: The Latest property.
      Parameters:
      latest - the latest value to set.
      Returns:
      the BlockLookupList object itself.