Interface Iro

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

    public interface Iro
    extends org.opendaylight.yangtools.yang.binding.ChildOf<IncludeRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Iro>, Object

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

     container iro {
       uses object;
       list subobject {
         leaf loose {
           type boolean;
         }
         uses rsvp:explicit-route-subobjects;
         ordered-by user;
       }
     }
     
    The schema path to identify an instance is pcep-types/include-route-object/iro

    To create instances of this class use IroBuilder.

    See Also:
    IroBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Iro> 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