Uses of Interface
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
Packages that use NoPathVector
Package
Description
-
Uses of NoPathVector in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path that return NoPathVectorModifier and TypeMethodDescriptionTlvs.getNoPathVector()Return noPathVector, ornullif it is not present.TlvsBuilder.getNoPathVector()Return current value associated with the property corresponding toTlvs.getNoPathVector().@NonNull NoPathVectorTlvs.nonnullNoPathVector()Return noPathVector, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path with parameters of type NoPathVectorModifier and TypeMethodDescriptionTlvsBuilder.setNoPathVector(NoPathVector value) Set the property corresponding toTlvs.getNoPathVector()to the specified value. -
Uses of NoPathVector in 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
Methods in 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 with type parameters of type NoPathVectorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<NoPathVector>>
E$$NoPathVectorBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in 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 that return NoPathVectorModifier and TypeMethodDescription@NonNull NoPathVectorNoPathVectorBuilder.build()A newNoPathVectorinstance.static @NonNull NoPathVectorNoPathVectorBuilder.empty()Get empty instance of NoPathVector.Methods in 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 that return types with arguments of type NoPathVectorModifier and TypeMethodDescriptiondefault Class<NoPathVector> NoPathVector.implementedInterface()Methods in 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 with parameters of type NoPathVectorModifier and TypeMethodDescriptionstatic booleanNoPathVector.bindingEquals(@NonNull NoPathVector thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNoPathVector.bindingHashCode(@NonNull NoPathVector obj) Default implementation ofObject.hashCode()contract for this interface.static StringNoPathVector.bindingToString(@NonNull NoPathVector obj) Default implementation ofObject.toString()contract for this interface.Method parameters in 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 with type arguments of type NoPathVectorModifier and TypeMethodDescriptionNoPathVectorBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<NoPathVector> augmentation) Add an augmentation to this builder's product.NoPathVectorBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<NoPathVector>> augmentationType) Remove an augmentation from this builder's product.Constructors in 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 with parameters of type NoPathVectorModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNoPathVector.