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()Return reportedLsp, ornullif it is not present.Map<ReportedLspKey,ReportedLsp>PathComputationClientBuilder. 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.rev200120.pcep.client.attributes with type arguments of type ReportedLsp Modifier and Type Method Description 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()Methods 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 Modifier and Type Method Description static 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.rev200120.pcep.client.attributes.path.computation.client with type arguments of type ReportedLsp Modifier and Type Method Description 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)
-