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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends LabeledUnicastDestination> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getCLabeledUnicastDestination

      @Nullable List<CLabeledUnicastDestination> getCLabeledUnicastDestination()
      Return cLabeledUnicastDestination, or null if it is not present.
      Returns:
      List<CLabeledUnicastDestination> cLabeledUnicastDestination, or null 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.