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:
Aggregate, LocalRoutes

@Generated("mdsal-binding-generator") public interface LocalAggregateTop extends org.opendaylight.yangtools.binding.Grouping
Top-level grouping for local aggregates

This class represents the following YANG schema fragment defined in module openconfig-local-routing

 grouping local-aggregate-top {
   container local-aggregates {
     list aggregate {
       key prefix;
       leaf prefix {
         type leafref {
           path ../config/prefix;
         }
       }
       container config {
         uses local-aggregate-config;
       }
       container state {
         config false;
         uses local-aggregate-config;
         uses local-aggregate-state;
       }
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return localAggregates, or null if it is not present.
    Return localAggregates, or an empty instance if it is not present.

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

    implementedInterface
  • Method Details

    • getLocalAggregates

      LocalAggregates getLocalAggregates()
      Return localAggregates, or null if it is not present.
           
               Enclosing container for locally-defined aggregate routes
           
       
      Returns:
      LocalAggregates localAggregates, or null if it is not present.
    • nonnullLocalAggregates

      @NonNull LocalAggregates nonnullLocalAggregates()
      Return localAggregates, or an empty instance if it is not present.
      Returns:
      LocalAggregates localAggregates, or an empty instance if it is not present.