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