public class EdgeStep extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeStep.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected long |
degree |
protected Direction |
direction |
protected List<String> |
labels |
protected Map<String,Object> |
properties |
protected long |
skipDegree |
| Modifier | Constructor and Description |
|---|---|
protected |
EdgeStep() |
| Modifier and Type | Method and Description |
|---|---|
static EdgeStep.Builder |
builder() |
String |
toString() |
protected Direction direction
protected long degree
protected long skipDegree
public static EdgeStep.Builder builder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.