你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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