public final class BlockBlobUploadHeaders extends Object
Constructor and Description |
---|
BlockBlobUploadHeaders() |
Modifier and Type | Method and Description |
---|---|
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.
|
BlockBlobUploadHeaders |
withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlockBlobUploadHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlockBlobUploadHeaders |
withETag(String eTag)
Set the eTag value.
|
BlockBlobUploadHeaders |
withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlockBlobUploadHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlockBlobUploadHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlockBlobUploadHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlockBlobUploadHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public BlockBlobUploadHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public byte[] contentMD5()
public BlockBlobUploadHeaders withContentMD5(byte[] contentMD5)
contentMD5
- the contentMD5 value to set.public String requestId()
public BlockBlobUploadHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public BlockBlobUploadHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public BlockBlobUploadHeaders withDate(OffsetDateTime date)
date
- the date value to set.public Boolean isServerEncrypted()
public BlockBlobUploadHeaders withIsServerEncrypted(Boolean isServerEncrypted)
isServerEncrypted
- the isServerEncrypted value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.