public class InternalResponse extends Object
Constructor and Description |
---|
InternalResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsMeta(String key) |
byte[] |
getBody() |
Map<String,String> |
getMeta() |
String |
getMeta(String key) |
int |
getResponseCode() |
int |
getType() |
int |
getVersion() |
void |
putMeta(String key,
String value) |
void |
putMetas(Map<String,String> meta) |
void |
setBody(byte[] body) |
void |
setResponseCode(int responseCode) |
void |
setType(int type) |
void |
setVersion(int version) |
String |
toString() |
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 boolean containsMeta(String key)
public byte[] getBody()
public void setBody(byte[] body)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.