public static class VantagePointInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VantagePointInfo |
build() |
VantagePointInfo.Builder |
copy(VantagePointInfo model) |
VantagePointInfo.Builder |
displayName(String displayName)
Unique name that can be edited.
|
VantagePointInfo.Builder |
name(String name)
Name of the vantage point.
|
VantagePointInfo.Builder |
workerList(List<String> workerList)
List of workers running the assigned monitor.
|
public VantagePointInfo.Builder name(String name)
Name of the vantage point.
name
- the value to setpublic VantagePointInfo.Builder displayName(String displayName)
Unique name that can be edited. The name should not contain any confidential information.
displayName
- the value to setpublic VantagePointInfo.Builder workerList(List<String> workerList)
List of workers running the assigned monitor.
workerList
- the value to setpublic VantagePointInfo build()
public VantagePointInfo.Builder copy(VantagePointInfo model)
Copyright © 2016–2024. All rights reserved.