Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success.Paths
Packages that use Paths
Package
Description
-
Uses of Paths in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case that return types with arguments of type PathsModifier and TypeMethodDescriptionSuccess.getPaths()
Return paths, ornull
if it is not present.SuccessBuilder.getPaths()
Return current value associated with the property corresponding toSuccess.getPaths()
.Success.nonnullPaths()
Return paths, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case with type arguments of type PathsModifier and TypeMethodDescriptionSet the property corresponding toSuccess.getPaths()
to the specified value. -
Uses of Paths in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with type parameters of type PathsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Paths>>
E$$PathsBuilder.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.success._case.success that return PathsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success that return types with arguments of type PathsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with parameters of type PathsModifier and TypeMethodDescriptionstatic boolean
Paths.bindingEquals
(@NonNull Paths thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Paths.bindingHashCode
(@NonNull Paths obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Paths.bindingToString
(@NonNull Paths 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.success._case.success with type arguments of type PathsModifier and TypeMethodDescriptionPathsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Paths> augmentation) Add an augmentation to this builder's product.PathsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Paths>> 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.success._case.success with parameters of type PathsModifierConstructorDescriptionPathsBuilder
(Paths base) Construct a builder initialized with state from specifiedPaths
.