public class BatchResponseEntity extends BaseEntity
Modifier and Type | Field and Description |
---|---|
HttpResponseEntity |
httpResponseEntity
The http response of the batch part.
|
Constructor and Description |
---|
BatchResponseEntity(InvocationObject invocationObject) |
Modifier and Type | Method and Description |
---|---|
HttpResponseEntity |
getHttpResponseEntity() |
InvocationObject |
getInvocationObject() |
void |
setHttpResponseEntity(HttpResponseEntity httpResponseEntity) |
void |
setInvocationObject(InvocationObject invocationObject) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public HttpResponseEntity httpResponseEntity
public BatchResponseEntity(InvocationObject invocationObject)
public InvocationObject getInvocationObject()
public void setInvocationObject(InvocationObject invocationObject)
public HttpResponseEntity getHttpResponseEntity()
public void setHttpResponseEntity(HttpResponseEntity httpResponseEntity)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.