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