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