Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer.SupportedTablesKey
Package
Description
-
Uses of SupportedTablesKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib
Modifier and TypeMethodDescription@Nullable Map
<SupportedTablesKey, SupportedTables> Peer.getSupportedTables()
Return supportedTables, ornull
if it is not present.PeerBuilder.getSupportedTables()
Return current value associated with the property corresponding toPeer.getSupportedTables()
.default @NonNull Map
<SupportedTablesKey, SupportedTables> Peer.nonnullSupportedTables()
Return supportedTables, or an empty list if it is not present.Modifier and TypeMethodDescriptionPeerBuilder.setSupportedTables
(Map<SupportedTablesKey, SupportedTables> values) Set the property corresponding toPeer.getSupportedTables()
to the specified value. -
Uses of SupportedTablesKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer
Modifier and TypeMethodDescriptionSupportedTables.key()
SupportedTablesBuilder.key()
Return current value associated with the property corresponding toSupportedTables.key()
.Modifier and TypeMethodDescriptionSupportedTablesBuilder.withKey
(SupportedTablesKey key) Set the key value corresponding toSupportedTables.key()
to the specified value.ModifierConstructorDescriptionSupportedTablesKey
(SupportedTablesKey source) Creates a copy from Source Object.