Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.PathComputationClient
Packages that use PathComputationClient
Package
Description
-
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return PathComputationClientModifier and TypeMethodDescriptionNode1Builder.getPathComputationClient()Return current value associated with the property corresponding toPcepClientAttributes.getPathComputationClient().PcepClientAttributes.getPathComputationClient()Return pathComputationClient, ornullif it is not present.@NonNull PathComputationClientPcepClientAttributes.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.pcep.rev220730 with parameters of type PathComputationClientModifier and TypeMethodDescriptionNode1Builder.setPathComputationClient(PathComputationClient value) Set the property corresponding toPcepClientAttributes.getPathComputationClient()to the specified value. -
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.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.pcep.rev220730.pcep.client.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.pcep.rev220730.pcep.client.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.pcep.rev220730.pcep.client.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.pcep.rev220730.pcep.client.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.pcep.rev220730.pcep.client.attributes with parameters of type PathComputationClientModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathComputationClient.