public class TransactionResultEntity extends BaseEntity
| Constructor and Description |
|---|
TransactionResultEntity() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getResult() |
byte |
getResultAsByte() |
double |
getResultAsDouble() |
float |
getResultAsFloat() |
int |
getResultAsInt() |
long |
getResultAsLong() |
void |
setResult(Object result) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotFound, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCodepublic <T> T getResult()
public long getResultAsLong()
public double getResultAsDouble()
public byte getResultAsByte()
public float getResultAsFloat()
public int getResultAsInt()
public void setResult(Object result)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.