Interface PathIdGrouping

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        PathId getPathId()
        Return pathId, or null if it is not present.
        Returns:
        PathId pathId, or null if it is not present.
      • requirePathId

        default @NonNull PathId requirePathId()
        Return pathId, guaranteed to be non-null.
        Returns:
        PathId pathId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if pathId is not present