public final class PageBlobResizeHeaders extends Object
| Constructor and Description |
|---|
PageBlobResizeHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Long |
blobSequenceNumber()
Get the blobSequenceNumber 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.
|
PageBlobResizeHeaders |
withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
PageBlobResizeHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
PageBlobResizeHeaders |
withETag(String eTag)
Set the eTag value.
|
PageBlobResizeHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
PageBlobResizeHeaders |
withRequestId(String requestId)
Set the requestId value.
|
PageBlobResizeHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public PageBlobResizeHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public PageBlobResizeHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public Long blobSequenceNumber()
public PageBlobResizeHeaders withBlobSequenceNumber(Long blobSequenceNumber)
blobSequenceNumber - the blobSequenceNumber value to set.public String requestId()
public PageBlobResizeHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public PageBlobResizeHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public PageBlobResizeHeaders withDate(OffsetDateTime date)
date - the date value to set.This documentation was released into the public domain.