Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes.LabeledUnicastRoutesCase
-
Packages that use LabeledUnicastRoutesCase Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes -
-
Uses of LabeledUnicastRoutesCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes with type parameters of type LabeledUnicastRoutesCase Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LabeledUnicastRoutesCase>>
E$$LabeledUnicastRoutesCaseBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes that return LabeledUnicastRoutesCase Modifier and Type Method Description @NonNull LabeledUnicastRoutesCaseLabeledUnicastRoutesCaseBuilder. build()A newLabeledUnicastRoutesCaseinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes that return types with arguments of type LabeledUnicastRoutesCase Modifier and Type Method Description default Class<LabeledUnicastRoutesCase>LabeledUnicastRoutesCase. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes with parameters of type LabeledUnicastRoutesCase Modifier and Type Method Description static booleanLabeledUnicastRoutesCase. bindingEquals(@NonNull LabeledUnicastRoutesCase thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intLabeledUnicastRoutesCase. bindingHashCode(@NonNull LabeledUnicastRoutesCase obj)Default implementation ofObject.hashCode()contract for this interface.static StringLabeledUnicastRoutesCase. bindingToString(@NonNull LabeledUnicastRoutesCase obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes with type arguments of type LabeledUnicastRoutesCase Modifier and Type Method Description LabeledUnicastRoutesCaseBuilderLabeledUnicastRoutesCaseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<LabeledUnicastRoutesCase> augmentation)Add an augmentation to this builder's product.LabeledUnicastRoutesCaseBuilderLabeledUnicastRoutesCaseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabeledUnicastRoutesCase>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.bgp.rib.rib.peer.adj.rib.in.tables.routes with parameters of type LabeledUnicastRoutesCase Constructor Description LabeledUnicastRoutesCaseBuilder(LabeledUnicastRoutesCase base)Construct a builder initialized with state from specifiedLabeledUnicastRoutesCase.
-