Interface NoPathVector

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NoPathVector>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Tlvs>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NoPathVectorTlv, Tlv

    public interface NoPathVector
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Tlvs>, org.opendaylight.yangtools.yang.binding.Augmentable<NoPathVector>, NoPathVectorTlv

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

     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/no-path-vector

    To create instances of this class use NoPathVectorBuilder.

    See Also:
    NoPathVectorBuilder
    • Nested Class Summary

    • 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<NoPathVector> 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 NoPathVectorTlv
        Specified by:
        implementedInterface in interface Tlv