public static final class OspfDatabaseStatus.Builder
extends java.lang.Object
OspfDatabaseStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OspfDatabaseStatus. |
| Modifier and Type | Method and Description |
|---|---|
OspfDatabaseStatus |
build() |
OspfDatabaseStatus.Builder |
setAreaId(java.lang.String areaId)
OSPF area id to filter the the OSPF database.
|
OspfDatabaseStatus.Builder |
setAsbrSummaryLinkStates(java.util.List<MpOspfSummaryLinkStates> asbrSummaryLinkStates)
array of ASBR summary link state of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OspfDatabaseStatus.Builder |
setEdgePath(java.lang.String edgePath)
Policy path to edge node.
|
OspfDatabaseStatus.Builder |
setExternalLinkStates(java.util.List<MpOspfExternalLinkState> externalLinkStates)
array of external link of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OspfDatabaseStatus.Builder |
setNetLinkStates(java.util.List<MpOspfNetworkLinkStates> netLinkStates)
array of network link state of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OspfDatabaseStatus.Builder |
setNssaExternalLinkStates(java.util.List<MpOspfExternalLinkState> nssaExternalLinkStates)
array of nssa external link of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OspfDatabaseStatus.Builder |
setRouterLinkStates(java.util.List<MpOspfRouterLinkStates> routerLinkStates)
array of link state of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OspfDatabaseStatus.Builder |
setSummaryLinkStates(java.util.List<MpOspfSummaryLinkStates> summaryLinkStates)
array of summary link state of OSPF database
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
OspfDatabaseStatus.public OspfDatabaseStatus.Builder setAreaId(java.lang.String areaId)
areaId - New value for the property.public OspfDatabaseStatus.Builder setAsbrSummaryLinkStates(java.util.List<MpOspfSummaryLinkStates> asbrSummaryLinkStates)
asbrSummaryLinkStates - New value for the property.public OspfDatabaseStatus.Builder setEdgePath(java.lang.String edgePath)
edgePath - New value for the property.public OspfDatabaseStatus.Builder setExternalLinkStates(java.util.List<MpOspfExternalLinkState> externalLinkStates)
externalLinkStates - New value for the property.public OspfDatabaseStatus.Builder setNetLinkStates(java.util.List<MpOspfNetworkLinkStates> netLinkStates)
netLinkStates - New value for the property.public OspfDatabaseStatus.Builder setNssaExternalLinkStates(java.util.List<MpOspfExternalLinkState> nssaExternalLinkStates)
nssaExternalLinkStates - New value for the property.public OspfDatabaseStatus.Builder setRouterLinkStates(java.util.List<MpOspfRouterLinkStates> routerLinkStates)
routerLinkStates - New value for the property.public OspfDatabaseStatus.Builder setSummaryLinkStates(java.util.List<MpOspfSummaryLinkStates> summaryLinkStates)
summaryLinkStates - New value for the property.public OspfDatabaseStatus build()