Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastDestination
- 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:
DestinationIpv6LabeledUnicast
,DestinationIpv6LabeledUnicast
,DestinationLabeledUnicast
,DestinationLabeledUnicast
@Generated("mdsal-binding-generator")
public interface LabeledUnicastDestination
extends org.opendaylight.yangtools.binding.Grouping
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; } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable List
<CLabeledUnicastDestination> Return cLabeledUnicastDestination, ornull
if it is not present.default @NonNull List
<CLabeledUnicastDestination> Return cLabeledUnicastDestination, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getCLabeledUnicastDestination
@Nullable List<CLabeledUnicastDestination> getCLabeledUnicastDestination()Return cLabeledUnicastDestination, ornull
if it is not present.- Returns:
List<CLabeledUnicastDestination>
cLabeledUnicastDestination, ornull
if it is not present.
-
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.
-