| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<NewTag> |
NewVertex.tags |
| Modifier and Type | Method and Description |
|---|---|
NewTag |
NewTag.Builder.build() |
NewTag |
NewTag.deepCopy() |
NewTag |
NewTag.setProps(List<Value> props) |
NewTag |
NewTag.setTag_id(int tag_id) |
| Modifier and Type | Method and Description |
|---|---|
List<NewTag> |
NewVertex.getTags() |
| Modifier and Type | Method and Description |
|---|---|
NewVertex |
NewVertex.setTags(List<NewTag> tags) |
NewVertex.Builder |
NewVertex.Builder.setTags(List<NewTag> tags) |
| Constructor and Description |
|---|
NewTag(NewTag other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
NewVertex(Value id,
List<NewTag> tags) |
Copyright © 2022. All rights reserved.