public static final class GEdgeResult.Tombstone extends GEdgeResult implements org.apache.gora.persistency.Tombstone
GEdgeResult.Builder, GEdgeResult.Field, GEdgeResult.Tombstone
SCHEMAS
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, 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 getEdgeId()
getEdgeId
in class GEdgeResult
public void setEdgeId(CharSequence value)
setEdgeId
in class GEdgeResult
value
- the value to set.public boolean isEdgeIdDirty(CharSequence value)
isEdgeIdDirty
in class GEdgeResult
value
- the value to set.public Float getEdgeWeight()
getEdgeWeight
in class GEdgeResult
public void setEdgeWeight(Float value)
setEdgeWeight
in class GEdgeResult
value
- the value to set.public boolean isEdgeWeightDirty(Float value)
isEdgeWeightDirty
in class GEdgeResult
value
- the value to set.public CharSequence getVertexInId()
getVertexInId
in class GEdgeResult
public void setVertexInId(CharSequence value)
setVertexInId
in class GEdgeResult
value
- the value to set.public boolean isVertexInIdDirty(CharSequence value)
isVertexInIdDirty
in class GEdgeResult
value
- the value to set.public CharSequence getVertexOutId()
getVertexOutId
in class GEdgeResult
public void setVertexOutId(CharSequence value)
setVertexOutId
in class GEdgeResult
value
- the value to set.public boolean isVertexOutIdDirty(CharSequence value)
isVertexOutIdDirty
in class GEdgeResult
value
- the value to set.public CharSequence getLabel()
getLabel
in class GEdgeResult
public void setLabel(CharSequence value)
setLabel
in class GEdgeResult
value
- the value to set.public boolean isLabelDirty(CharSequence value)
isLabelDirty
in class GEdgeResult
value
- the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.