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

@Generated("mdsal-binding-generator") public interface SecondaryReportedRouteObject extends org.opendaylight.yangtools.binding.Grouping
Reported Route Object

This class represents the following YANG schema fragment defined in module pcep-types

 grouping secondary-reported-route-object {
   container srro {
     uses object;
     list subobject {
       uses rsvp:secondary-record-route-subobjects;
       ordered-by user;
     }
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getSrro

      Srro getSrro()
      Return srro, or null if it is not present.
      Returns:
      Srro srro, or null if it is not present.
    • nonnullSrro

      @NonNull Srro nonnullSrro()
      Return srro, or an empty instance if it is not present.
      Returns:
      Srro srro, or an empty instance if it is not present.