public final class BlobRenewLeaseHeaders extends Object
| Constructor and Description |
|---|
BlobRenewLeaseHeaders() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
OffsetDateTime |
getDateProperty()
Get the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
String |
getErrorCode()
Get the errorCode property: The errorCode property.
|
String |
getETag()
Get the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
OffsetDateTime |
getLastModified()
Get the lastModified property: Returns the date and time the blob was
last modified.
|
String |
getLeaseId()
Get the leaseId property: Uniquely identifies a blobs's lease.
|
String |
getRequestId()
Get the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
String |
getVersion()
Get the version property: Indicates the version of the Blob service used
to execute the request.
|
BlobRenewLeaseHeaders |
setClientRequestId(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.
|
BlobRenewLeaseHeaders |
setDateProperty(OffsetDateTime dateProperty)
Set the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
|
BlobRenewLeaseHeaders |
setErrorCode(String errorCode)
Set the errorCode property: The errorCode property.
|
BlobRenewLeaseHeaders |
setETag(String eTag)
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
|
BlobRenewLeaseHeaders |
setLastModified(OffsetDateTime lastModified)
Set the lastModified property: Returns the date and time the blob was
last modified.
|
BlobRenewLeaseHeaders |
setLeaseId(String leaseId)
Set the leaseId property: Uniquely identifies a blobs's lease.
|
BlobRenewLeaseHeaders |
setRequestId(String requestId)
Set the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
|
BlobRenewLeaseHeaders |
setVersion(String version)
Set the version property: Indicates the version of the Blob service used
to execute the request.
|
public String getETag()
public BlobRenewLeaseHeaders setETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime getLastModified()
public BlobRenewLeaseHeaders setLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String getLeaseId()
public BlobRenewLeaseHeaders setLeaseId(String leaseId)
leaseId - the leaseId value to set.public String getClientRequestId()
public BlobRenewLeaseHeaders setClientRequestId(String clientRequestId)
clientRequestId - the clientRequestId value to set.public String getRequestId()
public BlobRenewLeaseHeaders setRequestId(String requestId)
requestId - the requestId value to set.public String getVersion()
public BlobRenewLeaseHeaders setVersion(String version)
version - the version value to set.public OffsetDateTime getDateProperty()
public BlobRenewLeaseHeaders setDateProperty(OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public String getErrorCode()
public BlobRenewLeaseHeaders setErrorCode(String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.