Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.ReportedLsp
Packages that use ReportedLsp
Package
Description
-
Uses of ReportedLsp 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 types with arguments of type ReportedLspModifier and TypeMethodDescription@Nullable Map<ReportedLspKey,ReportedLsp> PathComputationClient.getReportedLsp()Return reportedLsp, ornullif it is not present.PathComputationClientBuilder.getReportedLsp()Return current value associated with the property corresponding toPathComputationClient.getReportedLsp().default @NonNull Map<ReportedLspKey,ReportedLsp> PathComputationClient.nonnullReportedLsp()Return reportedLsp, or an empty list if it is not present.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 ReportedLspModifier and TypeMethodDescriptionPathComputationClientBuilder.setReportedLsp(Map<ReportedLspKey, ReportedLsp> values) Set the property corresponding toPathComputationClient.getReportedLsp()to the specified value. -
Uses of ReportedLsp in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with type parameters of type ReportedLspModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp>>
E$$ReportedLspBuilder.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.path.computation.client that return ReportedLspModifier and TypeMethodDescription@NonNull ReportedLspReportedLspBuilder.build()A newReportedLspinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client that return types with arguments of type ReportedLspMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with parameters of type ReportedLspModifier and TypeMethodDescriptionstatic booleanReportedLsp.bindingEquals(@NonNull ReportedLsp thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReportedLsp.bindingHashCode(@NonNull ReportedLsp obj) Default implementation ofObject.hashCode()contract for this interface.static StringReportedLsp.bindingToString(@NonNull ReportedLsp 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.path.computation.client with type arguments of type ReportedLspModifier and TypeMethodDescriptionReportedLspBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ReportedLsp> augmentation) Add an augmentation to this builder's product.ReportedLspBuilder.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.rev220730.pcep.client.attributes.path.computation.client with parameters of type ReportedLspModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReportedLsp.