public static final class OspfRoutes.Builder
extends java.lang.Object
OspfRoutes.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OspfRoutes. |
| Modifier and Type | Method and Description |
|---|---|
OspfRoutes |
build() |
OspfRoutes.Builder |
setEdgeDisplayName(java.lang.String edgeDisplayName)
Display name to edge node.
|
OspfRoutes.Builder |
setEdgePath(java.lang.String edgePath)
Policy path to edge node.
|
OspfRoutes.Builder |
setRouteDetails(java.util.List<OspfRoute> routeDetails) |
public Builder()
OspfRoutes.public OspfRoutes.Builder setEdgeDisplayName(java.lang.String edgeDisplayName)
edgeDisplayName - New value for the property.public OspfRoutes.Builder setEdgePath(java.lang.String edgePath)
edgePath - New value for the property.public OspfRoutes.Builder setRouteDetails(java.util.List<OspfRoute> routeDetails)
routeDetails - New value for the property.public OspfRoutes build()