public final class BlobCopyFromURLHeaders
extends java.lang.Object
| Constructor and Description |
|---|
BlobCopyFromURLHeaders() |
| 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.lang.String |
getCopyId()
Get the copyId property: String identifier for this copy operation.
|
SyncCopyStatusType |
getCopyStatus()
Get the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
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 |
getVersion()
Get the version property: Indicates the version of the Blob service used
to execute the request.
|
java.lang.String |
getVersionId()
Get the versionId property: UTC date/time value generated by the service
that identifies the version of the blob.
|
BlobCopyFromURLHeaders |
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.
|
BlobCopyFromURLHeaders |
setCopyId(java.lang.String copyId)
Set the copyId property: String identifier for this copy operation.
|
BlobCopyFromURLHeaders |
setCopyStatus(SyncCopyStatusType copyStatus)
Set the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
|
BlobCopyFromURLHeaders |
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.
|
BlobCopyFromURLHeaders |
setErrorCode(java.lang.String errorCode)
Set the errorCode property: The errorCode property.
|
BlobCopyFromURLHeaders |
setETag(java.lang.String eTag)
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
BlobCopyFromURLHeaders |
setLastModified(java.time.OffsetDateTime lastModified)
Set the lastModified property: Returns the date and time the container
was last modified.
|
BlobCopyFromURLHeaders |
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.
|
BlobCopyFromURLHeaders |
setVersion(java.lang.String version)
Set the version property: Indicates the version of the Blob service used
to execute the request.
|
BlobCopyFromURLHeaders |
setVersionId(java.lang.String versionId)
Set the versionId property: UTC date/time value generated by the service
that identifies the version of the blob.
|
public java.lang.String getETag()
public BlobCopyFromURLHeaders setETag(java.lang.String eTag)
eTag - the eTag value to set.public java.time.OffsetDateTime getLastModified()
public BlobCopyFromURLHeaders setLastModified(java.time.OffsetDateTime lastModified)
lastModified - the lastModified value to set.public java.lang.String getClientRequestId()
public BlobCopyFromURLHeaders setClientRequestId(java.lang.String clientRequestId)
clientRequestId - the clientRequestId value to set.public java.lang.String getRequestId()
public BlobCopyFromURLHeaders setRequestId(java.lang.String requestId)
requestId - the requestId value to set.public java.lang.String getVersion()
public BlobCopyFromURLHeaders setVersion(java.lang.String version)
version - the version value to set.public java.time.OffsetDateTime getDateProperty()
public BlobCopyFromURLHeaders setDateProperty(java.time.OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public java.lang.String getCopyId()
public BlobCopyFromURLHeaders setCopyId(java.lang.String copyId)
copyId - the copyId value to set.public SyncCopyStatusType getCopyStatus()
public BlobCopyFromURLHeaders setCopyStatus(SyncCopyStatusType copyStatus)
copyStatus - the copyStatus value to set.public java.lang.String getVersionId()
public BlobCopyFromURLHeaders setVersionId(java.lang.String versionId)
versionId - the versionId value to set.public java.lang.String getErrorCode()
public BlobCopyFromURLHeaders setErrorCode(java.lang.String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.