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:
LeafADCase

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

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

 grouping leaf-a-d-grouping {
   container leaf-a-d {
     choice leaf-a-d-route-key {
       case inter-as-i-pmsi-a-d-case {
         uses inter-as-i-pmsi-a-d-grouping;
       }
       case s-pmsi-a-d-case {
         uses s-pmsi-a-d-grouping;
       }
     }
     uses bgp-t:orig-route-ip-grouping;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return leafAD, or null if it is not present.
     
    @NonNull LeafAD
    Return leafAD, or an empty instance if it is not present.
  • 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 LeafADGrouping> 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
    • getLeafAD

      LeafAD getLeafAD()
      Return leafAD, or null if it is not present.
           
               https://tools.ietf.org/html/rfc6514#section-4.4
           
       
      Returns:
      LeafAD leafAD, or null if it is not present.
    • nonnullLeafAD

      @NonNull LeafAD nonnullLeafAD()
      Return leafAD, or an empty instance if it is not present.
      Returns:
      LeafAD leafAD, or an empty instance if it is not present.