public final class BlobUndeleteHeaders
extends java.lang.Object
| Constructor and Description |
|---|
BlobUndeleteHeaders() |
| 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 |
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.
|
BlobUndeleteHeaders |
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.
|
BlobUndeleteHeaders |
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.
|
BlobUndeleteHeaders |
setErrorCode(java.lang.String errorCode)
Set the errorCode property: The errorCode property.
|
BlobUndeleteHeaders |
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.
|
BlobUndeleteHeaders |
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 getClientRequestId()
public BlobUndeleteHeaders setClientRequestId(java.lang.String clientRequestId)
clientRequestId - the clientRequestId value to set.public java.lang.String getRequestId()
public BlobUndeleteHeaders setRequestId(java.lang.String requestId)
requestId - the requestId value to set.public java.lang.String getVersion()
public BlobUndeleteHeaders setVersion(java.lang.String version)
version - the version value to set.public java.time.OffsetDateTime getDateProperty()
public BlobUndeleteHeaders setDateProperty(java.time.OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public java.lang.String getErrorCode()
public BlobUndeleteHeaders setErrorCode(java.lang.String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.