Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023.GetLldpFloodIntervalOutput
Packages that use GetLldpFloodIntervalOutput
Package
Description
-
Uses of GetLldpFloodIntervalOutput in org.opendaylight.openflowplugin.applications.lldpspeaker
Methods in org.opendaylight.openflowplugin.applications.lldpspeaker that return types with arguments of type GetLldpFloodIntervalOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetLldpFloodIntervalOutput>>
OperationalStatusChangeService.getLldpFloodInterval
(GetLldpFloodIntervalInput intput) -
Uses of GetLldpFloodIntervalOutput 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 GetLldpFloodIntervalOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetLldpFloodIntervalOutput>>
E$$GetLldpFloodIntervalOutputBuilder.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 GetLldpFloodIntervalOutputModifier and TypeMethodDescription@NonNull GetLldpFloodIntervalOutput
GetLldpFloodIntervalOutputBuilder.build()
A newGetLldpFloodIntervalOutput
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 GetLldpFloodIntervalOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetLldpFloodIntervalOutput>>
LldpSpeakerService.getLldpFloodInterval
(GetLldpFloodIntervalInput input) Invokeget-lldp-flood-interval
RPC.default Class<GetLldpFloodIntervalOutput>
GetLldpFloodIntervalOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with parameters of type GetLldpFloodIntervalOutputModifier and TypeMethodDescriptionstatic boolean
GetLldpFloodIntervalOutput.bindingEquals
(@NonNull GetLldpFloodIntervalOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetLldpFloodIntervalOutput.bindingHashCode
(@NonNull GetLldpFloodIntervalOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetLldpFloodIntervalOutput.bindingToString
(@NonNull GetLldpFloodIntervalOutput 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 GetLldpFloodIntervalOutputModifier and TypeMethodDescriptionGetLldpFloodIntervalOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetLldpFloodIntervalOutput> augmentation) Add an augmentation to this builder's product.GetLldpFloodIntervalOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetLldpFloodIntervalOutput>> 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 GetLldpFloodIntervalOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetLldpFloodIntervalOutput
.