Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.ReportedLspBuilder
-
Packages that use ReportedLspBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client -
-
Uses of ReportedLspBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return ReportedLspBuilder Modifier and Type Method Description ReportedLspBuilderReportedLspBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitheraddAugmentation(Augmentation)orremoveAugmentation(Class)instead.ReportedLspBuilderReportedLspBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp> augmentation)Add an augmentation to this builder's product.ReportedLspBuilderReportedLspBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp>> augmentationType)Remove an augmentation from this builder's product.ReportedLspBuilderReportedLspBuilder. setMetadata(Metadata value)ReportedLspBuilderReportedLspBuilder. setName(String value)ReportedLspBuilderReportedLspBuilder. setPath(List<Path> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setPath(Map)} instead.ReportedLspBuilderReportedLspBuilder. setPath(Map<PathKey,Path> values)ReportedLspBuilderReportedLspBuilder. withKey(ReportedLspKey key)
-