ClearRange Class

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

public final class ClearRange

The ClearRange model.

Constructor Summary

Constructor Description
ClearRange()

Creates an instance of ClearRange class.

Method Summary

Modifier and Type Method and Description
long getEnd()

Get the end property: The End property.

long getStart()

Get the start property: The Start property.

ClearRange setEnd(long end)

Set the end property: The End property.

ClearRange setStart(long start)

Set the start property: The Start property.

Methods inherited from java.lang.Object

Constructor Details

ClearRange

public ClearRange()

Creates an instance of ClearRange class.

Method Details

getEnd

public long getEnd()

Get the end property: The End property.

Returns:

the end value.

getStart

public long getStart()

Get the start property: The Start property.

Returns:

the start 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.

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.

Applies to