Interface NoPath

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

    public interface NoPath
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Replies>, org.opendaylight.yangtools.yang.binding.Augmentable<NoPath>, NoPathObject

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

     container no-path {
       uses no-path-object;
       container tlvs {
         uses vendor-information-tlvs;
         container no-path-vector {
           uses no-path-vector-tlv;
         }
       }
     }
     
    The schema path to identify an instance is pcep-types/pcrep-message/pcrep-message/replies/result/failure-case/no-path

    To create instances of this class use NoPathBuilder.

    See Also:
    NoPathBuilder
    • Field Detail

      • QNAME

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

      • getTlvs

        @Nullable Tlvs getTlvs()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path.Tlvs tlvs, or null if not present