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.NoPath
Packages that use NoPath
Package
Description
-
Uses of NoPath in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return NoPathModifier and TypeMethodDescriptionPCEPNoPathObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of NoPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result that return NoPathModifier and TypeMethodDescriptionFailureCase.getNoPath()
Return noPath, ornull
if it is not present.FailureCaseBuilder.getNoPath()
Return current value associated with the property corresponding toFailureCase.getNoPath()
.@NonNull NoPath
FailureCase.nonnullNoPath()
Return noPath, 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 with parameters of type NoPathModifier and TypeMethodDescriptionSet the property corresponding toFailureCase.getNoPath()
to the specified value. -
Uses of NoPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case with type parameters of type NoPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<NoPath>>
E$$NoPathBuilder.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 that return NoPathModifier and TypeMethodDescription@NonNull NoPath
NoPathBuilder.build()
A newNoPath
instance.static @NonNull NoPath
NoPathBuilder.empty()
Get empty instance of NoPath.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case that return types with arguments of type NoPathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case with parameters of type NoPathModifier and TypeMethodDescriptionstatic boolean
NoPath.bindingEquals
(@NonNull NoPath thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
NoPath.bindingHashCode
(@NonNull NoPath obj) Default implementation ofObject.hashCode()
contract for this interface.static String
NoPath.bindingToString
(@NonNull NoPath 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 with type arguments of type NoPathModifier and TypeMethodDescriptionNoPathBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<NoPath> augmentation) Add an augmentation to this builder's product.NoPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<NoPath>> 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 with parameters of type NoPathModifierConstructorDescriptionNoPathBuilder
(NoPath base) Construct a builder initialized with state from specifiedNoPath
.