public final class BlobCreateSnapshotHeaders
extends java.lang.Object
| Constructor and Description |
|---|
BlobCreateSnapshotHeaders() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientRequestId()
Get the clientRequestId property: If a client request id header is sent
in the request, this header will be present in the response with the
same value.
|
java.time.OffsetDateTime |
getDateProperty()
Get the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
java.lang.String |
getErrorCode()
Get the errorCode property: The errorCode property.
|
java.lang.String |
getETag()
Get the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
java.time.OffsetDateTime |
getLastModified()
Get the lastModified property: Returns the date and time the container
was last modified.
|
java.lang.String |
getRequestId()
Get the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
java.lang.String |
getSnapshot()
Get the snapshot property: Uniquely identifies the snapshot and
indicates the snapshot version.
|
java.lang.String |
getVersion()
Get the version property: Indicates the version of the Blob service used
to execute the request.
|
java.lang.Boolean |
isServerEncrypted()
Get the isServerEncrypted property: True if the contents of the request
are successfully encrypted using the specified algorithm, and false
otherwise.
|
BlobCreateSnapshotHeaders |
setClientRequestId(java.lang.String clientRequestId)
Set the clientRequestId property: If a client request id header is sent
in the request, this header will be present in the response with the
same value.
|
BlobCreateSnapshotHeaders |
setDateProperty(java.time.OffsetDateTime dateProperty)
Set the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
BlobCreateSnapshotHeaders |
setErrorCode(java.lang.String errorCode)
Set the errorCode property: The errorCode property.
|
BlobCreateSnapshotHeaders |
setETag(java.lang.String eTag)
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
BlobCreateSnapshotHeaders |
setIsServerEncrypted(java.lang.Boolean isServerEncrypted)
Set the isServerEncrypted property: True if the contents of the request
are successfully encrypted using the specified algorithm, and false
otherwise.
|
BlobCreateSnapshotHeaders |
setLastModified(java.time.OffsetDateTime lastModified)
Set the lastModified property: Returns the date and time the container
was last modified.
|
BlobCreateSnapshotHeaders |
setRequestId(java.lang.String requestId)
Set the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
BlobCreateSnapshotHeaders |
setSnapshot(java.lang.String snapshot)
Set the snapshot property: Uniquely identifies the snapshot and
indicates the snapshot version.
|
BlobCreateSnapshotHeaders |
setVersion(java.lang.String version)
Set the version property: Indicates the version of the Blob service used
to execute the request.
|
public java.lang.String getSnapshot()
public BlobCreateSnapshotHeaders setSnapshot(java.lang.String snapshot)
snapshot - the snapshot value to set.public java.lang.String getETag()
public BlobCreateSnapshotHeaders setETag(java.lang.String eTag)
eTag - the eTag value to set.public java.time.OffsetDateTime getLastModified()
public BlobCreateSnapshotHeaders setLastModified(java.time.OffsetDateTime lastModified)
lastModified - the lastModified value to set.public java.lang.String getClientRequestId()
public BlobCreateSnapshotHeaders setClientRequestId(java.lang.String clientRequestId)
clientRequestId - the clientRequestId value to set.public java.lang.String getRequestId()
public BlobCreateSnapshotHeaders setRequestId(java.lang.String requestId)
requestId - the requestId value to set.public java.lang.String getVersion()
public BlobCreateSnapshotHeaders setVersion(java.lang.String version)
version - the version value to set.public java.time.OffsetDateTime getDateProperty()
public BlobCreateSnapshotHeaders setDateProperty(java.time.OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public java.lang.Boolean isServerEncrypted()
public BlobCreateSnapshotHeaders setIsServerEncrypted(java.lang.Boolean isServerEncrypted)
isServerEncrypted - the isServerEncrypted value to set.public java.lang.String getErrorCode()
public BlobCreateSnapshotHeaders setErrorCode(java.lang.String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.