Class PageRange

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

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

    • PageRange

      public PageRange()
  • Method Details

    • getStart

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

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

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

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