Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.IntendedPath
Packages that use IntendedPath
Package
Description
-
Uses of IntendedPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp that return IntendedPathModifier and TypeMethodDescriptionConfiguredLsp.getIntendedPath()Return intendedPath, ornullif it is not present.ConfiguredLspBuilder.getIntendedPath()Return current value associated with the property corresponding toConfiguredLsp.getIntendedPath().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp with parameters of type IntendedPathModifier and TypeMethodDescriptionConfiguredLspBuilder.setIntendedPath(IntendedPath value) Set the property corresponding toConfiguredLsp.getIntendedPath()to the specified value. -
Uses of IntendedPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with type parameters of type IntendedPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IntendedPath>>
E$$IntendedPathBuilder.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.server.rev220321.pcc.configured.lsp.configured.lsp that return IntendedPathModifier and TypeMethodDescription@NonNull IntendedPathIntendedPathBuilder.build()A newIntendedPathinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp that return types with arguments of type IntendedPathModifier and TypeMethodDescriptiondefault Class<IntendedPath>IntendedPath.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with parameters of type IntendedPathModifier and TypeMethodDescriptionstatic booleanIntendedPath.bindingEquals(@NonNull IntendedPath thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIntendedPath.bindingHashCode(@NonNull IntendedPath obj) Default implementation ofObject.hashCode()contract for this interface.static StringIntendedPath.bindingToString(@NonNull IntendedPath obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with type arguments of type IntendedPathModifier and TypeMethodDescriptionIntendedPathBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IntendedPath> augmentation) Add an augmentation to this builder's product.IntendedPathBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IntendedPath>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with parameters of type IntendedPathModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIntendedPath.