public class TransactionResultEntity extends BaseEntity
Constructor and Description |
---|
TransactionResultEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
getResultAsBoolean() |
byte |
getResultAsByte() |
double |
getResultAsDouble() |
float |
getResultAsFloat() |
int |
getResultAsInt() |
com.google.gson.JsonObject |
getResultAsJsonObject() |
long |
getResultAsLong() |
String |
getResultAsString() |
void |
setResult(Object result) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public com.google.gson.JsonObject getResultAsJsonObject()
public long getResultAsLong()
public double getResultAsDouble()
public byte getResultAsByte()
public float getResultAsFloat()
public int getResultAsInt()
public boolean getResultAsBoolean()
public String getResultAsString()
public void setResult(Object result)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.