Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.RemoveMeterInput
Packages that use RemoveMeterInput
Package
Description
-
Uses of RemoveMeterInput in org.opendaylight.openflowplugin.impl.services.sal
Methods in org.opendaylight.openflowplugin.impl.services.sal with parameters of type RemoveMeterInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>>
SalMeterServiceImpl.removeMeter
(RemoveMeterInput input) -
Uses of RemoveMeterInput in org.opendaylight.openflowplugin.test
Methods in org.opendaylight.openflowplugin.test with parameters of type RemoveMeterInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>>
OpenflowpluginMeterTestServiceProvider.removeMeter
(RemoveMeterInput input) -
Uses of RemoveMeterInput in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 with type parameters of type RemoveMeterInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveMeterInput>>
E$$RemoveMeterInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 that return RemoveMeterInputModifier and TypeMethodDescription@NonNull RemoveMeterInput
RemoveMeterInputBuilder.build()
A newRemoveMeterInput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 that return types with arguments of type RemoveMeterInputModifier and TypeMethodDescriptiondefault Class<RemoveMeterInput>
RemoveMeterInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 with parameters of type RemoveMeterInputModifier and TypeMethodDescriptionstatic boolean
RemoveMeterInput.bindingEquals
(@NonNull RemoveMeterInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RemoveMeterInput.bindingHashCode
(@NonNull RemoveMeterInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RemoveMeterInput.bindingToString
(@NonNull RemoveMeterInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveMeterOutput>>
SalMeterService.removeMeter
(RemoveMeterInput input) Invokeremove-meter
RPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 with type arguments of type RemoveMeterInputModifier and TypeMethodDescriptionRemoveMeterInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<RemoveMeterInput> augmentation) Add an augmentation to this builder's product.RemoveMeterInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveMeterInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918 with parameters of type RemoveMeterInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRemoveMeterInput
.