public static class GVertexResult.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<GVertexResult> implements org.apache.avro.data.RecordBuilder<GVertexResult>
Modifier and Type | Method and Description |
---|---|
GVertexResult |
build() |
GVertexResult.Builder |
clearEdges()
Clears the value of the 'edges' field.
|
GVertexResult.Builder |
clearVertexId()
Clears the value of the 'vertexId' field
|
GVertexResult.Builder |
clearVertexValue()
Clears the value of the 'vertexValue' field.
|
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 |
hasEdges()
Checks whether the 'edges' field has been set.
|
boolean |
hasVertexId()
Checks whether the 'vertexId' field has been set.
|
boolean |
hasVertexValue()
Checks whether the 'vertexValue' field has been set.
|
GVertexResult.Builder |
setEdges(Map<CharSequence,CharSequence> value)
Sets the value of the 'edges' field
|
GVertexResult.Builder |
setVertexId(CharSequence value)
Sets the value of the 'vertexId' field.
|
GVertexResult.Builder |
setVertexValue(float value)
Sets the value of the 'vertexValue' field.
|
public CharSequence getVertexId()
public GVertexResult.Builder setVertexId(CharSequence value)
value
- CharSequencepublic boolean hasVertexId()
public GVertexResult.Builder clearVertexId()
public Float getVertexValue()
public GVertexResult.Builder setVertexValue(float value)
value
- floatpublic boolean hasVertexValue()
public GVertexResult.Builder clearVertexValue()
public Map<CharSequence,CharSequence> getEdges()
public GVertexResult.Builder setEdges(Map<CharSequence,CharSequence> value)
value
- java.util.Mappublic boolean hasEdges()
public GVertexResult.Builder clearEdges()
public GVertexResult build()
build
in interface org.apache.avro.data.RecordBuilder<GVertexResult>
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.