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

@Generated("mdsal-binding-generator") public interface IgpConditions extends org.opendaylight.yangtools.binding.Grouping
grouping for IGP-specific policy conditions

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

 grouping igp-conditions {
   container igp-conditions {
     uses igp-generic-conditions;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return igpConditions, or null if it is not present.
    @NonNull IgpConditions
    Return igpConditions, or an empty instance if it is not present.

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

    implementedInterface
  • Method Details

    • getIgpConditions

      IgpConditions getIgpConditions()
      Return igpConditions, or null if it is not present.
           
               Policy conditions for IGP attributes
           
       
      Returns:
      org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.conditions.IgpConditions igpConditions, or null if it is not present.
    • nonnullIgpConditions

      @NonNull IgpConditions nonnullIgpConditions()
      Return igpConditions, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.conditions.IgpConditions igpConditions, or an empty instance if it is not present.