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;
       }
     }
     
    The schema path to identify an instance is bgp-labeled-unicastlabeled-unicast-destination
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends LabeledUnicastDestination> implementedInterface()
        Specified by:
        implementedInterface in interface 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.