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.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:
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
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable List<CLabeledUnicastDestination>
Return cLabeledUnicastDestination, ornull
if it is not present.Class<? extends LabeledUnicastDestination>
default @NonNull List<CLabeledUnicastDestination>
Return cLabeledUnicastDestination, or an empty list 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 LabeledUnicastDestination> 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
-
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.
-