Constructor and Description |
---|
Result(Object responseData)
Constructs a "result" from data found in
ResponseResult.getData() . |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<? extends T> clazz) |
boolean |
getBoolean() |
byte |
getByte() |
double |
getDouble() |
Edge |
getEdge() |
Element |
getElement() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
Object |
getObject() |
Path |
getPath() |
<V> Property<V> |
getProperty() |
short |
getShort() |
String |
getString() |
Vertex |
getVertex() |
<V> VertexProperty<V> |
getVertexProperty() |
boolean |
isNull() |
String |
toString() |
public Result(Object responseData)
ResponseResult.getData()
.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 Element getElement()
public Path getPath()
public <V> Property<V> getProperty()
public <V> VertexProperty<V> getVertexProperty()
public <T> T get(Class<? extends T> clazz)
public Object getObject()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.