| Package | Description |
|---|---|
| com.vesoft.nebula |
| Modifier and Type | Field and Description |
|---|---|
List<Tag> |
Vertex.tags |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.Builder.build() |
Tag |
Tag.deepCopy() |
Tag |
Tag.setName(byte[] name) |
Tag |
Tag.setProps(Map<byte[],Value> props) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Vertex.getTags() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.setTags(List<Tag> tags) |
Vertex.Builder |
Vertex.Builder.setTags(List<Tag> tags) |
| Constructor and Description |
|---|
Tag(Tag other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Vertex(Value vid,
List<Tag> tags) |
Copyright © 2022. All rights reserved.