Package com.azure.storage.blob.models
Class PageRange
java.lang.Object
com.azure.storage.blob.models.PageRange
The PageRange model.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PageRange
public PageRange()Creates an instance of PageRange class.
-
-
Method Details
-
getStart
public long getStart()Get the start property: The Start property.- Returns:
- the start value.
-
setStart
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
Set the end property: The End property.- Parameters:
end
- the end value to set.- Returns:
- the PageRange object itself.
-