Interface Srro

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Srro>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SecondaryReportedRouteObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader

    public interface Srro
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SecondaryReportedRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Srro>, Object

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

     container srro {
       uses object;
       list subobject {
         uses rsvp:secondary-record-route-subobjects;
         ordered-by user;
       }
     }
     
    The schema path to identify an instance is pcep-types/secondary-reported-route-object/srro

    To create instances of this class use SrroBuilder.

    See Also:
    SrroBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Srro> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Object
        Specified by:
        implementedInterface in interface ObjectHeader
      • getSubobject

        @Nullable List<Subobject> getSubobject()
        Returns:
        java.util.List subobject, or null if not present
      • nonnullSubobject

        default @NonNull List<Subobject> nonnullSubobject()
        Returns:
        java.util.List subobject, or an empty list if it is not present