Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.ReportedLsp
-
-
Uses of ReportedLsp 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 that return types with arguments of type ReportedLsp Modifier and Type Method Description @Nullable Map<ReportedLspKey,ReportedLsp>PathComputationClient. getReportedLsp()Map<ReportedLspKey,ReportedLsp>PathComputationClientBuilder. getReportedLsp()default @NonNull Map<ReportedLspKey,ReportedLsp>PathComputationClient. nonnullReportedLsp()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 ReportedLsp Modifier and Type Method Description PathComputationClientBuilderPathComputationClientBuilder. setReportedLsp(List<ReportedLsp> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setReportedLsp(Map)} instead.PathComputationClientBuilderPathComputationClientBuilder. setReportedLsp(Map<ReportedLspKey,ReportedLsp> values) -
Uses of ReportedLsp 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 with type parameters of type ReportedLsp Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp>>
E$$ReportedLspBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return ReportedLsp Modifier and Type Method Description ReportedLspReportedLspBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return types with arguments of type ReportedLsp Modifier and Type Method Description default Class<ReportedLsp>ReportedLsp. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with type arguments of type ReportedLsp 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 eitherReportedLspBuilder.addAugmentation(Augmentation)orReportedLspBuilder.removeAugmentation(Class)instead.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 eitherReportedLspBuilder.addAugmentation(Augmentation)orReportedLspBuilder.removeAugmentation(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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with parameters of type ReportedLsp Constructor Description ReportedLspBuilder(ReportedLsp base)
-