Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes.PathComputationClient
Packages that use PathComputationClient
Package
Description
-
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109 that return PathComputationClientModifier and TypeMethodDescriptionSupportingNode1Builder.getPathComputationClient()
Return current value associated with the property corresponding toTunnelPcepSupportingNodeAttributes.getPathComputationClient()
.TunnelPcepSupportingNodeAttributes.getPathComputationClient()
Return pathComputationClient, ornull
if it is not present.@NonNull PathComputationClient
TunnelPcepSupportingNodeAttributes.nonnullPathComputationClient()
Return pathComputationClient, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109 with parameters of type PathComputationClientModifier and TypeMethodDescriptionSupportingNode1Builder.setPathComputationClient
(PathComputationClient value) Set the property corresponding toTunnelPcepSupportingNodeAttributes.getPathComputationClient()
to the specified value. -
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes with type parameters of type PathComputationClientModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathComputationClient>>
E$$PathComputationClientBuilder.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.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes that return PathComputationClientModifier and TypeMethodDescription@NonNull PathComputationClient
PathComputationClientBuilder.build()
A newPathComputationClient
instance.static @NonNull PathComputationClient
PathComputationClientBuilder.empty()
Get empty instance of PathComputationClient.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes that return types with arguments of type PathComputationClientModifier and TypeMethodDescriptiondefault Class
<PathComputationClient> PathComputationClient.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes with parameters of type PathComputationClientModifier and TypeMethodDescriptionstatic boolean
PathComputationClient.bindingEquals
(@NonNull PathComputationClient thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PathComputationClient.bindingHashCode
(@NonNull PathComputationClient obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PathComputationClient.bindingToString
(@NonNull PathComputationClient obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes with type arguments of type PathComputationClientModifier and TypeMethodDescriptionPathComputationClientBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PathComputationClient> augmentation) Add an augmentation to this builder's product.PathComputationClientBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathComputationClient>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.supporting.node.attributes with parameters of type PathComputationClientModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathComputationClient
.