public class MultiNodeShortestPathRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiNodeShortestPathRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
capacity |
int |
maxDepth |
EdgeStep |
step |
VerticesArgs |
vertices |
boolean |
withVertex |
| Modifier and Type | Method and Description |
|---|---|
static MultiNodeShortestPathRequest.Builder |
builder() |
String |
toString() |
public VerticesArgs vertices
public EdgeStep step
public int maxDepth
public long capacity
public boolean withVertex
public static MultiNodeShortestPathRequest.Builder builder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.