public static class RoutersScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
RoutersScopedList.Builder |
addAllRouters(List<Router> routers)
A list of routers contained in this scope.
|
RoutersScopedList.Builder |
addRouters(Router routers)
A list of routers contained in this scope.
|
RoutersScopedList |
build() |
RoutersScopedList.Builder |
clone() |
List<Router> |
getRoutersList()
A list of routers contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of routers when the list is empty.
|
RoutersScopedList.Builder |
mergeFrom(RoutersScopedList other) |
RoutersScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of routers when the list is empty.
|
public RoutersScopedList.Builder mergeFrom(RoutersScopedList other)
public RoutersScopedList.Builder addAllRouters(List<Router> routers)
public RoutersScopedList.Builder addRouters(Router routers)
public Warning getWarning()
public RoutersScopedList.Builder setWarning(Warning warning)
public RoutersScopedList build()
public RoutersScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.