public class Result extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
byte |
getByte() |
double |
getDouble() |
Edge |
getEdge() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Object |
getObject() |
Path |
getPath() |
short |
getShort() |
String |
getString() |
Vertex |
getVertex() |
boolean |
isNull() |
public Result(Object object)
public Object getObject()
public String getString()
public int getInt()
public byte getByte()
public short getShort()
public long getLong()
public float getFloat()
public double getDouble()
public boolean getBoolean()
public boolean isNull()
public Vertex getVertex()
public Edge getEdge()
public Path getPath()
Copyright © 2023 The Apache Software Foundation. All rights reserved.