public final class ServiceSubmitBatchHeaders
extends java.lang.Object
| Constructor and Description |
|---|
ServiceSubmitBatchHeaders() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Get the contentType property: The media type of the body of the
response.
|
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.
|
ServiceSubmitBatchHeaders |
setContentType(java.lang.String contentType)
Set the contentType property: The media type of the body of the
response.
|
ServiceSubmitBatchHeaders |
setErrorCode(java.lang.String errorCode)
Set the errorCode property: The errorCode property.
|
ServiceSubmitBatchHeaders |
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.
|
ServiceSubmitBatchHeaders |
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 getContentType()
public ServiceSubmitBatchHeaders setContentType(java.lang.String contentType)
contentType - the contentType value to set.public java.lang.String getRequestId()
public ServiceSubmitBatchHeaders setRequestId(java.lang.String requestId)
requestId - the requestId value to set.public java.lang.String getVersion()
public ServiceSubmitBatchHeaders setVersion(java.lang.String version)
version - the version value to set.public java.lang.String getErrorCode()
public ServiceSubmitBatchHeaders setErrorCode(java.lang.String errorCode)
errorCode - the errorCode value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.