Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.PathComputationClientBuilder
Packages that use PathComputationClientBuilder
Package
Description
-
Uses of PathComputationClientBuilder 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 that return PathComputationClientBuilderModifier 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.PathComputationClientBuilder.setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toPathComputationClient.getIpAddress()to the specified value.PathComputationClientBuilder.setReportedLsp(Map<ReportedLspKey, ReportedLsp> values) Set the property corresponding toPathComputationClient.getReportedLsp()to the specified value.PathComputationClientBuilder.setStatefulTlv(StatefulTlv value) Set the property corresponding toPathComputationClient.getStatefulTlv()to the specified value.PathComputationClientBuilder.setStateSync(PccSyncState value) Set the property corresponding toPathComputationClient.getStateSync()to the specified value.