Interface Ipv4Routes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
@Generated("mdsal-binding-generator")
public interface Ipv4Routes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-test
grouping ipv4-routes { container ipv4-routes { list ipv4-route { key "route-key path-id"; uses bgp-rib:route; leaf prefix { type inet:ipv4-prefix; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn ipv4Routes, ornull
if it is not present.@NonNull Ipv4Routes
Return ipv4Routes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIpv4Routes
Ipv4Routes getIpv4Routes()Return ipv4Routes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.Ipv4Routes
ipv4Routes, ornull
if it is not present.
-
nonnullIpv4Routes
@NonNull Ipv4Routes nonnullIpv4Routes()Return ipv4Routes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.Ipv4Routes
ipv4Routes, or an empty instance if it is not present.
-