public static class VantagePointExecution.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VantagePointExecution |
build() |
VantagePointExecution.Builder |
copy(VantagePointExecution model) |
VantagePointExecution.Builder |
executions(List<Long> executions)
List of execution times in milliseconds.
|
VantagePointExecution.Builder |
name(String name)
Name of the vantage point.
|
public VantagePointExecution.Builder name(String name)
Name of the vantage point.
name
- the value to setpublic VantagePointExecution.Builder executions(List<Long> executions)
List of execution times in milliseconds.
executions
- the value to setpublic VantagePointExecution build()
public VantagePointExecution.Builder copy(VantagePointExecution model)
Copyright © 2016–2024. All rights reserved.