Interface Ipv4Routes
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
,Ipv4RoutesCase
@Generated("mdsal-binding-generator")
public interface Ipv4Routes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-inet
grouping ipv4-routes { container ipv4-routes { list ipv4-route { key "route-key path-id"; uses bgp-rib:route; leaf prefix { type inet:ipv4-prefix; } } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn ipv4Routes, ornull
if it is not present.Class<? extends Ipv4Routes>
@NonNull Ipv4Routes
Return ipv4Routes, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends Ipv4Routes> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIpv4Routes
Ipv4Routes getIpv4Routes()Return ipv4Routes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.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.inet.rev180329.ipv4.routes.Ipv4Routes
ipv4Routes, or an empty instance if it is not present.
-