Interface PathKey

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

    public interface PathKey
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PathKeyObject>, org.opendaylight.yangtools.yang.binding.Augmentable<PathKey>, Object

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

     container path-key {
       uses object;
       list path-keys {
         min-elements 1;
         leaf loose {
           type boolean;
           default false;
         }
         uses rsvp:path-key-subobject;
         ordered-by user;
       }
     }
     
    The schema path to identify an instance is pcep-types/path-key-object/path-key

    To create instances of this class use PathKeyBuilder.

    See Also:
    PathKeyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PathKey> 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
      • getPathKeys

        @Nullable List<PathKeys> getPathKeys()
        Returns:
        java.util.List pathKeys, or null if not present
      • nonnullPathKeys

        default @NonNull List<PathKeys> nonnullPathKeys()
        Returns:
        java.util.List pathKeys, or an empty list if it is not present