public static final class GVertexResult.Tombstone extends GVertexResult implements org.apache.gora.persistency.Tombstone
GVertexResult.Builder, GVertexResult.Field, GVertexResult.Tombstone
SCHEMAS
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,CharSequence> |
getEdges()
Gets the value of the 'edges' field.
|
CharSequence |
getVertexId()
Gets the value of the 'vertexId' field.
|
Float |
getVertexValue()
Gets the value of the 'vertexValue' field.
|
boolean |
isEdgesDirty(Map<CharSequence,CharSequence> value)
Checks the dirty status of the 'edges' field.
|
boolean |
isVertexIdDirty(CharSequence value)
Checks the dirty status of the 'vertexId' field.
|
boolean |
isVertexValueDirty(Float value)
Checks the dirty status of the 'vertexValue' field.
|
void |
setEdges(Map<CharSequence,CharSequence> value)
Sets the value of the 'edges' field.
|
void |
setVertexId(CharSequence value)
Sets the value of the 'vertexId' field.
|
void |
setVertexValue(Float value)
Sets the value of the 'vertexValue' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty
compareTo, get, hashCode, put, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CharSequence getVertexId()
getVertexId
in class GVertexResult
public void setVertexId(CharSequence value)
setVertexId
in class GVertexResult
value
- the value to set.public boolean isVertexIdDirty(CharSequence value)
isVertexIdDirty
in class GVertexResult
value
- the value to set.public Float getVertexValue()
getVertexValue
in class GVertexResult
public void setVertexValue(Float value)
setVertexValue
in class GVertexResult
value
- the value to set.public boolean isVertexValueDirty(Float value)
isVertexValueDirty
in class GVertexResult
value
- the value to set.public Map<CharSequence,CharSequence> getEdges()
getEdges
in class GVertexResult
public void setEdges(Map<CharSequence,CharSequence> value)
setEdges
in class GVertexResult
value
- the value to set.public boolean isEdgesDirty(Map<CharSequence,CharSequence> value)
isEdgesDirty
in class GVertexResult
value
- the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.