public static class PathAnalysisWorkRequestResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PathAnalysisWorkRequestResult |
build() |
PathAnalysisWorkRequestResult.Builder |
copy(PathAnalysisWorkRequestResult model) |
PathAnalysisWorkRequestResult.Builder |
paths(List<Path> paths)
List of various paths from source node to destination node for a given
PathAnalysisQuery . |
PathAnalysisWorkRequestResult.Builder |
timeCreated(Date timeCreated)
Time the
PathAnalysisResult was generated, in the format defined by
RFC3339. |
public PathAnalysisWorkRequestResult.Builder paths(List<Path> paths)
List of various paths from source node to destination node for a given PathAnalysisQuery
.
paths
- the value to setpublic PathAnalysisWorkRequestResult.Builder timeCreated(Date timeCreated)
Time the PathAnalysisResult
was generated, in the format defined by
RFC3339.
timeCreated
- the value to setpublic PathAnalysisWorkRequestResult build()
public PathAnalysisWorkRequestResult.Builder copy(PathAnalysisWorkRequestResult model)
Copyright © 2016–2024. All rights reserved.