public final class BlobsSetHTTPHeadersHeaders extends Object
| Type | Property and Description |
|---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
| Constructor and Description |
|---|
BlobsSetHTTPHeadersHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Long |
blobSequenceNumber()
Get the blobSequenceNumber value.
|
OffsetDateTime |
dateProperty()
Get the dateProperty value.
|
String |
eTag()
Get the eTag value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobsSetHTTPHeadersHeaders |
withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobsSetHTTPHeadersHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsSetHTTPHeadersHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobsSetHTTPHeadersHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsSetHTTPHeadersHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobsSetHTTPHeadersHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public BlobsSetHTTPHeadersHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public BlobsSetHTTPHeadersHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public Long blobSequenceNumber()
public BlobsSetHTTPHeadersHeaders withBlobSequenceNumber(Long blobSequenceNumber)
blobSequenceNumber - the blobSequenceNumber value to set.public String requestId()
public BlobsSetHTTPHeadersHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobsSetHTTPHeadersHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime dateProperty()
public BlobsSetHTTPHeadersHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.Copyright © 2018. All rights reserved.