public final class BlobSetHTTPHeadersHeaders extends Object
Constructor and Description |
---|
BlobSetHTTPHeadersHeaders() |
Modifier and Type | Method and Description |
---|---|
Long |
blobSequenceNumber()
Get the blobSequenceNumber value.
|
OffsetDateTime |
date()
Get the date 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.
|
BlobSetHTTPHeadersHeaders |
withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobSetHTTPHeadersHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobSetHTTPHeadersHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobSetHTTPHeadersHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobSetHTTPHeadersHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobSetHTTPHeadersHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlobSetHTTPHeadersHeaders withETag(String eTag)
eTag
- the eTag value to set.public OffsetDateTime lastModified()
public BlobSetHTTPHeadersHeaders withLastModified(OffsetDateTime lastModified)
lastModified
- the lastModified value to set.public Long blobSequenceNumber()
public BlobSetHTTPHeadersHeaders withBlobSequenceNumber(Long blobSequenceNumber)
blobSequenceNumber
- the blobSequenceNumber value to set.public String requestId()
public BlobSetHTTPHeadersHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public BlobSetHTTPHeadersHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public BlobSetHTTPHeadersHeaders withDate(OffsetDateTime date)
date
- the date value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.