Interface Tlvs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NoPath>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, VendorInformationTlvs

    public interface Tlvs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NoPath>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, VendorInformationTlvs

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

     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/tlvs

    To create instances of this class use TlvsBuilder.

    See Also:
    TlvsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Tlvs> 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 VendorInformationTlvs
      • getNoPathVector

        @Nullable NoPathVector getNoPathVector()
        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.NoPathVector noPathVector, or null if not present