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