Interface PathKeySubobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    PathKey, PathKey, PathKeys

    public interface PathKeySubobject
    extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject

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

     grouping path-key-subobject {
       uses c-subobject;
       leaf pce-id {
         type pce-id;
       }
       leaf path-key {
         type path-key;
       }
     }
     
    The schema path to identify an instance is rsvp/path-key-subobject
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends PathKeySubobject> implementedInterface()
        Specified by:
        implementedInterface in interface CSubobject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPceId

        @Nullable PceId getPceId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PceId pceId, or null if not present
      • getPathKey

        @Nullable PathKey getPathKey()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PathKey pathKey, or null if not present