Interface LinkstateDestination

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    DestinationLinkstate, DestinationLinkstate

    @Generated("mdsal-binding-generator")
    public interface LinkstateDestination
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     grouping linkstate-destination {
       list c-linkstate-destination {
         uses linkstate;
         uses bgp-msg:path-id-grouping;
       }
     }
     
    The schema path to identify an instance is bgp-linkstatelinkstate-destination
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<CLinkstateDestination> getCLinkstateDestination()
        Return cLinkstateDestination, or null if it is not present.
        Returns:
        List<CLinkstateDestination> cLinkstateDestination, or null if it is not present.
      • nonnullCLinkstateDestination

        default @NonNull List<CLinkstateDestination> nonnullCLinkstateDestination()
        Return cLinkstateDestination, or an empty list if it is not present.
        Returns:
        List<CLinkstateDestination> cLinkstateDestination, or an empty list if it is not present.