public static class VantagePointNode.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VantagePointNode |
build() |
VantagePointNode.Builder |
copy(VantagePointNode model) |
VantagePointNode.Builder |
displayName(String displayName)
Display name of the vantage point node.
|
VantagePointNode.Builder |
geoInfo(String geoInfo)
Geographical information of the vantage point node.
|
VantagePointNode.Builder |
id(String id)
ID of the vantage point node.
|
VantagePointNode.Builder |
name(String name)
Name of the vantage point node.
|
VantagePointNode.Builder |
outgoingLinks(List<String> outgoingLinks)
Outgoing links from the vantage point node.
|
public VantagePointNode.Builder id(String id)
ID of the vantage point node.
id
- the value to setpublic VantagePointNode.Builder name(String name)
Name of the vantage point node.
name
- the value to setpublic VantagePointNode.Builder displayName(String displayName)
Display name of the vantage point node.
displayName
- the value to setpublic VantagePointNode.Builder geoInfo(String geoInfo)
Geographical information of the vantage point node.
geoInfo
- the value to setpublic VantagePointNode.Builder outgoingLinks(List<String> outgoingLinks)
Outgoing links from the vantage point node.
outgoingLinks
- the value to setpublic VantagePointNode build()
public VantagePointNode.Builder copy(VantagePointNode model)
Copyright © 2016–2023. All rights reserved.