Modifier and Type | Method and Description |
---|---|
GVertex |
build() |
GVertex.Builder |
clearEdges()
Clears the value of the 'edges' field.
|
GVertex.Builder |
clearVertexId()
Clears the value of the 'vertexId' field
|
GVertex.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.
|
GVertex.Builder |
setEdges(Map<CharSequence,CharSequence> value)
Sets the value of the 'edges' field.
|
GVertex.Builder |
setVertexId(CharSequence value)
Sets the value of the 'vertexId' field.
|
GVertex.Builder |
setVertexValue(float value)
Sets the value of the 'vertexValue' field.
|
public CharSequence getVertexId()
public GVertex.Builder setVertexId(CharSequence value)
value
- CharSequencepublic boolean hasVertexId()
public GVertex.Builder clearVertexId()
public Float getVertexValue()
public GVertex.Builder setVertexValue(float value)
value
- floatpublic boolean hasVertexValue()
public GVertex.Builder clearVertexValue()
public Map<CharSequence,CharSequence> getEdges()
public GVertex.Builder setEdges(Map<CharSequence,CharSequence> value)
value
- java.util.Mappublic boolean hasEdges()
public GVertex.Builder clearEdges()
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.