PageRange Class

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

public final class PageRange

The PageRange model.

Constructor Summary

Constructor Description
PageRange()

Creates an instance of PageRange 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.

PageRange setEnd(long end)

Set the end property: The End property.

PageRange setStart(long start)

Set the start property: The Start property.

Methods inherited from java.lang.Object

Constructor Details

PageRange

public PageRange()

Creates an instance of PageRange 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 PageRange setEnd(long end)

Set the end property: The End property.

Parameters:

end - the end value to set.

Returns:

the PageRange object itself.

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.

Applies to