public class Response extends Object
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
VPackSlice |
getBody() |
int |
getResponseCode() |
int |
getType() |
int |
getVersion() |
void |
setBody(VPackSlice body) |
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 VPackSlice getBody()
public void setBody(VPackSlice body)
Copyright © 2016 ArangoDB GmbH. All rights reserved.