public final class PageBlobUploadPagesHeaders extends Object
Constructor and Description |
---|
PageBlobUploadPagesHeaders() |
Modifier and Type | Method and Description |
---|---|
Long |
blobSequenceNumber()
Get the blobSequenceNumber value.
|
byte[] |
contentMD5()
Get the contentMD5 value.
|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
Boolean |
isServerEncrypted()
Get the isServerEncrypted value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
PageBlobUploadPagesHeaders |
withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
PageBlobUploadPagesHeaders |
withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
PageBlobUploadPagesHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
PageBlobUploadPagesHeaders |
withETag(String eTag)
Set the eTag value.
|
PageBlobUploadPagesHeaders |
withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
PageBlobUploadPagesHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
PageBlobUploadPagesHeaders |
withRequestId(String requestId)
Set the requestId value.
|
PageBlobUploadPagesHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public PageBlobUploadPagesHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public PageBlobUploadPagesHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public byte[] contentMD5()
public PageBlobUploadPagesHeaders withContentMD5(byte[] contentMD5)
contentMD5
- the contentMD5 value to set.public Long blobSequenceNumber()
public PageBlobUploadPagesHeaders withBlobSequenceNumber(Long blobSequenceNumber)
blobSequenceNumber
- the blobSequenceNumber value to set.public String requestId()
public PageBlobUploadPagesHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public PageBlobUploadPagesHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public PageBlobUploadPagesHeaders withDate(OffsetDateTime date)
date
- the date value to set.public Boolean isServerEncrypted()
public PageBlobUploadPagesHeaders withIsServerEncrypted(Boolean isServerEncrypted)
isServerEncrypted
- the isServerEncrypted value to set.This documentation was released into the public domain.