Interface Ipv4Prefixes
- 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:
DestinationIpv4Case
,DestinationIpv4Case
@Generated("mdsal-binding-generator")
public interface Ipv4Prefixes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-inet
grouping ipv4-prefixes { container destination-ipv4 { list ipv4-prefixes { uses bgp-msg:ipv4-prefix-and-path-id; } } }
-
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 destinationIpv4, ornull
if it is not present.Class<? extends Ipv4Prefixes>
@NonNull DestinationIpv4
Return destinationIpv4, 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 Ipv4Prefixes> 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
-
getDestinationIpv4
DestinationIpv4 getDestinationIpv4()Return destinationIpv4, ornull
if it is not present.- Returns:
DestinationIpv4
destinationIpv4, ornull
if it is not present.
-
nonnullDestinationIpv4
@NonNull DestinationIpv4 nonnullDestinationIpv4()Return destinationIpv4, or an empty instance if it is not present.- Returns:
DestinationIpv4
destinationIpv4, or an empty instance if it is not present.
-