Interface PathKeyExpansion

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PathKeyExpansion>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Requests>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathKeyObject

    public interface PathKeyExpansion
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Requests>, org.opendaylight.yangtools.yang.binding.Augmentable<PathKeyExpansion>, PathKeyObject

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

     container path-key-expansion {
       when "rp/path-key = true";
       uses path-key-object;
     }
     
    The schema path to identify an instance is pcep-types/pcreq-message/pcreq-message/requests/path-key-expansion

    To create instances of this class use PathKeyExpansionBuilder.

    See Also:
    PathKeyExpansionBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PathKeyExpansion> 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 PathKeyObject