Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.PathComputationClient
-
-
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return PathComputationClient Modifier and Type Method Description PathComputationClientNode1Builder. getPathComputationClient()PathComputationClientPcepClientAttributes. getPathComputationClient()Return pathComputationClient, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type PathComputationClient Modifier and Type Method Description Node1BuilderNode1Builder. setPathComputationClient(PathComputationClient value) -
Uses of PathComputationClient in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes with type parameters of type PathComputationClient Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PathComputationClient>>
E$$PathComputationClientBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes that return PathComputationClient Modifier and Type Method Description PathComputationClientPathComputationClientBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes that return types with arguments of type PathComputationClient Modifier and Type Method Description default Class<PathComputationClient>PathComputationClient. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes with parameters of type PathComputationClient Modifier and Type Method Description static 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.rev200120.pcep.client.attributes with type arguments of type PathComputationClient Modifier and Type Method Description PathComputationClientBuilderPathComputationClientBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PathComputationClient> augmentation)Add an augmentation to this builder's product.PathComputationClientBuilderPathComputationClientBuilder. 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.rev200120.pcep.client.attributes with parameters of type PathComputationClient Constructor Description PathComputationClientBuilder(PathComputationClient base)
-