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:
Attributes1, Attributes1

@Generated("mdsal-binding-generator") public interface LinkstatePathAttribute extends org.opendaylight.yangtools.binding.Grouping

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

 grouping linkstate-path-attribute {
   choice link-state-attribute {
     case node-attributes-case {
       container node-attributes {
         uses node-state;
       }
     }
     case link-attributes-case {
       container link-attributes {
         uses linkstate-attribute;
       }
     }
     case prefix-attributes-case {
       container prefix-attributes {
         uses prefix-state;
       }
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return linkStateAttribute, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getLinkStateAttribute

      LinkStateAttribute getLinkStateAttribute()
      Return linkStateAttribute, or null if it is not present.
      Returns:
      LinkStateAttribute linkStateAttribute, or null if it is not present.