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

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

This class represents the following YANG schema fragment defined in module rsvp

 grouping secondary-explicit-route-object {
   container secondary-explicit-route-object {
     uses rsvp-te-object;
     list subobject-container {
       leaf loose {
         type boolean;
       }
       uses secondary-explicit-route-subobjects;
       ordered-by user;
     }
   }
 }
 
  • Method Details

    • getSecondaryExplicitRouteObject

      SecondaryExplicitRouteObject getSecondaryExplicitRouteObject()
      Return secondaryExplicitRouteObject, or null if it is not present.
           
               Explicit Route Object
           
       
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object.SecondaryExplicitRouteObject secondaryExplicitRouteObject, or null if it is not present.
    • nonnullSecondaryExplicitRouteObject

      @NonNull SecondaryExplicitRouteObject nonnullSecondaryExplicitRouteObject()
      Return secondaryExplicitRouteObject, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object.SecondaryExplicitRouteObject secondaryExplicitRouteObject, or an empty instance if it is not present.