public final class PageBlobsGetPageRangesHeaders extends Object
| Constructor and Description |
|---|
PageBlobsGetPageRangesHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Long |
blobContentLength()
Get the blobContentLength value.
|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
PageBlobsGetPageRangesHeaders |
withBlobContentLength(Long blobContentLength)
Set the blobContentLength value.
|
PageBlobsGetPageRangesHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
PageBlobsGetPageRangesHeaders |
withETag(String eTag)
Set the eTag value.
|
PageBlobsGetPageRangesHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
PageBlobsGetPageRangesHeaders |
withRequestId(String requestId)
Set the requestId value.
|
PageBlobsGetPageRangesHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime lastModified()
public PageBlobsGetPageRangesHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String eTag()
public PageBlobsGetPageRangesHeaders withETag(String eTag)
eTag - the eTag value to set.public Long blobContentLength()
public PageBlobsGetPageRangesHeaders withBlobContentLength(Long blobContentLength)
blobContentLength - the blobContentLength value to set.public String requestId()
public PageBlobsGetPageRangesHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public PageBlobsGetPageRangesHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public PageBlobsGetPageRangesHeaders withDate(OffsetDateTime date)
date - the date value to set.Copyright © 2018. All rights reserved.