public class Response extends Object
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
com.arangodb.velocypack.VPackSlice |
getBody() |
Map<String,String> |
getMeta() |
int |
getResponseCode() |
int |
getType() |
int |
getVersion() |
void |
setBody(com.arangodb.velocypack.VPackSlice body) |
void |
setMeta(Map<String,String> meta) |
void |
setResponseCode(int responseCode) |
void |
setType(int type) |
void |
setVersion(int version) |
public int getVersion()
public void setVersion(int version)
public int getType()
public void setType(int type)
public int getResponseCode()
public void setResponseCode(int responseCode)
public com.arangodb.velocypack.VPackSlice getBody()
public void setBody(com.arangodb.velocypack.VPackSlice body)
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.