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, ornullif it is not present.@NonNull PathComputationClientTunnelPcepSupportingNodeAttributes.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.yang.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 PathComputationClientPathComputationClientBuilder.build()A newPathComputationClientinstance.static @NonNull PathComputationClientPathComputationClientBuilder.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 booleanPathComputationClient.bindingEquals(@NonNull PathComputationClient thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPathComputationClient.bindingHashCode(@NonNull PathComputationClient obj) Default implementation ofObject.hashCode()contract for this interface.static StringPathComputationClient.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.yang.binding.Augmentation<PathComputationClient> augmentation) Add an augmentation to this builder's product.PathComputationClientBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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.