Interface Ipv6Prefixes
- 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:
DestinationIpv6Case
,DestinationIpv6Case
@Generated("mdsal-binding-generator")
public interface Ipv6Prefixes
extends org.opendaylight.yangtools.binding.Grouping
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; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationIpv6, ornull
if it is not present.@NonNull DestinationIpv6
Return destinationIpv6, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
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.
-