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