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