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