Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastDestination
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
DestinationIpv6LabeledUnicast
,DestinationIpv6LabeledUnicast
,DestinationLabeledUnicast
,DestinationLabeledUnicast
@Generated("mdsal-binding-generator") public interface LabeledUnicastDestination extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-labeled-unicast
grouping labeled-unicast-destination { list c-labeled-unicast-destination { uses labeled-unicast; uses bgp-msg:path-id-grouping; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
YANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable List<CLabeledUnicastDestination>
getCLabeledUnicastDestination()
Return cLabeledUnicastDestination, ornull
if it is not present.Class<? extends LabeledUnicastDestination>
implementedInterface()
default @NonNull List<CLabeledUnicastDestination>
nonnullCLabeledUnicastDestination()
Return cLabeledUnicastDestination, or an empty list if it is not present.
-
-
-
Method Detail
-
implementedInterface
Class<? extends LabeledUnicastDestination> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getCLabeledUnicastDestination
@Nullable List<CLabeledUnicastDestination> getCLabeledUnicastDestination()
Return cLabeledUnicastDestination, ornull
if it is not present.- Returns:
List<CLabeledUnicastDestination>
cLabeledUnicastDestination, ornull
if it is not present.
-
nonnullCLabeledUnicastDestination
default @NonNull List<CLabeledUnicastDestination> nonnullCLabeledUnicastDestination()
Return cLabeledUnicastDestination, or an empty list if it is not present.- Returns:
List<CLabeledUnicastDestination>
cLabeledUnicastDestination, or an empty list if it is not present.
-
-