Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023.SetLldpFloodIntervalOutput
Packages that use SetLldpFloodIntervalOutput
Package
Description
-
Uses of SetLldpFloodIntervalOutput in org.opendaylight.openflowplugin.applications.lldpspeaker
Methods in org.opendaylight.openflowplugin.applications.lldpspeaker that return types with arguments of type SetLldpFloodIntervalOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetLldpFloodIntervalOutput>>
OperationalStatusChangeService.setLldpFloodInterval
(SetLldpFloodIntervalInput input) -
Uses of SetLldpFloodIntervalOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with type parameters of type SetLldpFloodIntervalOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SetLldpFloodIntervalOutput>>
E$$SetLldpFloodIntervalOutputBuilder.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.openflow.applications.lldp.speaker.rev141023 that return SetLldpFloodIntervalOutputModifier and TypeMethodDescription@NonNull SetLldpFloodIntervalOutput
SetLldpFloodIntervalOutputBuilder.build()
A newSetLldpFloodIntervalOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 that return types with arguments of type SetLldpFloodIntervalOutputModifier and TypeMethodDescriptiondefault Class<SetLldpFloodIntervalOutput>
SetLldpFloodIntervalOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetLldpFloodIntervalOutput>>
LldpSpeakerService.setLldpFloodInterval
(SetLldpFloodIntervalInput input) Invokeset-lldp-flood-interval
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with parameters of type SetLldpFloodIntervalOutputModifier and TypeMethodDescriptionstatic boolean
SetLldpFloodIntervalOutput.bindingEquals
(@NonNull SetLldpFloodIntervalOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SetLldpFloodIntervalOutput.bindingHashCode
(@NonNull SetLldpFloodIntervalOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SetLldpFloodIntervalOutput.bindingToString
(@NonNull SetLldpFloodIntervalOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with type arguments of type SetLldpFloodIntervalOutputModifier and TypeMethodDescriptionSetLldpFloodIntervalOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SetLldpFloodIntervalOutput> augmentation) Add an augmentation to this builder's product.SetLldpFloodIntervalOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetLldpFloodIntervalOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with parameters of type SetLldpFloodIntervalOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSetLldpFloodIntervalOutput
.