public final class PageBlobsGetPageRangesDiffHeaders extends Object
Type | Property and Description |
---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
Constructor and Description |
---|
PageBlobsGetPageRangesDiffHeaders() |
Modifier and Type | Method and Description |
---|---|
Long |
blobContentLength()
Get the blobContentLength value.
|
OffsetDateTime |
dateProperty()
Get the dateProperty 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.
|
PageBlobsGetPageRangesDiffHeaders |
withBlobContentLength(Long blobContentLength)
Set the blobContentLength value.
|
PageBlobsGetPageRangesDiffHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
PageBlobsGetPageRangesDiffHeaders |
withETag(String eTag)
Set the eTag value.
|
PageBlobsGetPageRangesDiffHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
PageBlobsGetPageRangesDiffHeaders |
withRequestId(String requestId)
Set the requestId value.
|
PageBlobsGetPageRangesDiffHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public OffsetDateTime lastModified()
public PageBlobsGetPageRangesDiffHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public String eTag()
public PageBlobsGetPageRangesDiffHeaders withETag(String eTag)
eTag
- the eTag value to set.public Long blobContentLength()
public PageBlobsGetPageRangesDiffHeaders withBlobContentLength(Long blobContentLength)
blobContentLength
- the blobContentLength value to set.public String requestId()
public PageBlobsGetPageRangesDiffHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public PageBlobsGetPageRangesDiffHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime dateProperty()
public PageBlobsGetPageRangesDiffHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty
- the dateProperty value to set.Copyright © 2018. All rights reserved.