Class ClearRange

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

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

    • ClearRange

      public ClearRange()
  • Method Details

    • getStart

      public long getStart()
      Get the start property: The Start property.
      Returns:
      the start value.
    • setStart

      public ClearRange setStart(long start)
      Set the start property: The Start property.
      Parameters:
      start - the start value to set.
      Returns:
      the ClearRange object itself.
    • getEnd

      public long getEnd()
      Get the end property: The End property.
      Returns:
      the end value.
    • setEnd

      public ClearRange setEnd(long end)
      Set the end property: The End property.
      Parameters:
      end - the end value to set.
      Returns:
      the ClearRange object itself.