public static final class GEdgeResult.Tombstone extends GEdgeResult implements org.apache.gora.persistency.Tombstone
GEdgeResult.Builder, GEdgeResult.Field, GEdgeResult.TombstoneSCHEMAS| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getEdgeId()
Gets the value of the 'edgeId' field.
|
Float |
getEdgeWeight()
Gets the value of the 'edgeWeight' field.
|
CharSequence |
getLabel()
Gets the value of the 'label' field.
|
CharSequence |
getVertexInId()
Gets the value of the 'vertexInId' field.
|
CharSequence |
getVertexOutId()
Gets the value of the 'vertexOutId' field.
|
boolean |
isEdgeIdDirty(CharSequence value)
Checks the dirty status of the 'edgeId' field.
|
boolean |
isEdgeWeightDirty(Float value)
Checks the dirty status of the 'edgeWeight' field.
|
boolean |
isLabelDirty(CharSequence value)
Checks the dirty status of the 'label' field.
|
boolean |
isVertexInIdDirty(CharSequence value)
Checks the dirty status of the 'vertexInId' field.
|
boolean |
isVertexOutIdDirty(CharSequence value)
Checks the dirty status of the 'vertexOutId' field.
|
void |
setEdgeId(CharSequence value)
Sets the value of the 'edgeId' field.
|
void |
setEdgeWeight(Float value)
Sets the value of the 'edgeWeight' field.
|
void |
setLabel(CharSequence value)
Sets the value of the 'label' field.
|
void |
setVertexInId(CharSequence value)
Sets the value of the 'vertexInId' field.
|
void |
setVertexOutId(CharSequence value)
Sets the value of the 'vertexOutId' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic CharSequence getEdgeId()
getEdgeId in class GEdgeResultpublic void setEdgeId(CharSequence value)
setEdgeId in class GEdgeResultvalue - the value to set.public boolean isEdgeIdDirty(CharSequence value)
isEdgeIdDirty in class GEdgeResultvalue - the value to set.public Float getEdgeWeight()
getEdgeWeight in class GEdgeResultpublic void setEdgeWeight(Float value)
setEdgeWeight in class GEdgeResultvalue - the value to set.public boolean isEdgeWeightDirty(Float value)
isEdgeWeightDirty in class GEdgeResultvalue - the value to set.public CharSequence getVertexInId()
getVertexInId in class GEdgeResultpublic void setVertexInId(CharSequence value)
setVertexInId in class GEdgeResultvalue - the value to set.public boolean isVertexInIdDirty(CharSequence value)
isVertexInIdDirty in class GEdgeResultvalue - the value to set.public CharSequence getVertexOutId()
getVertexOutId in class GEdgeResultpublic void setVertexOutId(CharSequence value)
setVertexOutId in class GEdgeResultvalue - the value to set.public boolean isVertexOutIdDirty(CharSequence value)
isVertexOutIdDirty in class GEdgeResultvalue - the value to set.public CharSequence getLabel()
getLabel in class GEdgeResultpublic void setLabel(CharSequence value)
setLabel in class GEdgeResultvalue - the value to set.public boolean isLabelDirty(CharSequence value)
isLabelDirty in class GEdgeResultvalue - the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.