Class ClearRange
- java.lang.Object
-
- com.azure.storage.file.share.models.ClearRange
-
public final class ClearRange extends Object
The ClearRange model.
-
-
Constructor Summary
Constructors Constructor Description ClearRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEnd()Get the end property: The End property.longgetStart()Get the start property: The Start property.ClearRangesetEnd(long end)Set the end property: The End property.ClearRangesetStart(long start)Set the start property: The Start property.
-
-
-
Method Detail
-
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.
-
-