Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes.Ipv4RoutesCase
Packages that use Ipv4RoutesCase
Package
Description
-
Uses of Ipv4RoutesCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes with type parameters of type Ipv4RoutesCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4RoutesCase>>
E$$Ipv4RoutesCaseBuilder.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.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes that return Ipv4RoutesCaseModifier and TypeMethodDescription@NonNull Ipv4RoutesCase
Ipv4RoutesCaseBuilder.build()
A newIpv4RoutesCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes that return types with arguments of type Ipv4RoutesCaseModifier and TypeMethodDescriptiondefault Class<Ipv4RoutesCase>
Ipv4RoutesCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes with parameters of type Ipv4RoutesCaseModifier and TypeMethodDescriptionstatic boolean
Ipv4RoutesCase.bindingEquals
(@NonNull Ipv4RoutesCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv4RoutesCase.bindingHashCode
(@NonNull Ipv4RoutesCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv4RoutesCase.bindingToString
(@NonNull Ipv4RoutesCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes with type arguments of type Ipv4RoutesCaseModifier and TypeMethodDescriptionIpv4RoutesCaseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4RoutesCase> augmentation) Add an augmentation to this builder's product.Ipv4RoutesCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4RoutesCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.bgp.rib.rib.peer.adj.rib.out.tables.routes with parameters of type Ipv4RoutesCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv4RoutesCase
.