public static final class OspfRouteDetailsInCsvRecord.Builder
extends java.lang.Object
OspfRouteDetailsInCsvRecord.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OspfRouteDetailsInCsvRecord. |
| Modifier and Type | Method and Description |
|---|---|
OspfRouteDetailsInCsvRecord |
build() |
OspfRouteDetailsInCsvRecord.Builder |
setArea(java.lang.String area)
OSPF area.
|
OspfRouteDetailsInCsvRecord.Builder |
setCost(java.lang.Long cost)
Cost of the route.
|
OspfRouteDetailsInCsvRecord.Builder |
setEdgePath(java.lang.String edgePath)
Policy edge path.
|
OspfRouteDetailsInCsvRecord.Builder |
setNextHopDirectlyAttached(java.lang.Boolean nextHopDirectlyAttached)
Check whether OSPF route is directly connected.
|
OspfRouteDetailsInCsvRecord.Builder |
setNextHopInterfaceName(java.lang.String nextHopInterfaceName)
OSPF policy interface name.
|
OspfRouteDetailsInCsvRecord.Builder |
setNextHopNeighborAddress(java.lang.String nextHopNeighborAddress)
route next hop result.
|
OspfRouteDetailsInCsvRecord.Builder |
setRoutePrefix(java.lang.String routePrefix)
Learned route prefix.
|
OspfRouteDetailsInCsvRecord.Builder |
setRouterType(java.lang.String routerType)
Type of router.
|
OspfRouteDetailsInCsvRecord.Builder |
setRouteType(java.lang.String routeType)
Type of route.
|
OspfRouteDetailsInCsvRecord.Builder |
setTypeToCost(java.lang.Long typeToCost)
Type to cost of the route.
|
public Builder()
OspfRouteDetailsInCsvRecord.public OspfRouteDetailsInCsvRecord.Builder setArea(java.lang.String area)
area - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setCost(java.lang.Long cost)
cost - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setEdgePath(java.lang.String edgePath)
edgePath - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setNextHopDirectlyAttached(java.lang.Boolean nextHopDirectlyAttached)
nextHopDirectlyAttached - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setNextHopInterfaceName(java.lang.String nextHopInterfaceName)
nextHopInterfaceName - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setNextHopNeighborAddress(java.lang.String nextHopNeighborAddress)
nextHopNeighborAddress - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setRoutePrefix(java.lang.String routePrefix)
routePrefix - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setRouteType(java.lang.String routeType)
routeType - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setRouterType(java.lang.String routerType)
routerType - New value for the property.public OspfRouteDetailsInCsvRecord.Builder setTypeToCost(java.lang.Long typeToCost)
typeToCost - New value for the property.public OspfRouteDetailsInCsvRecord build()