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