Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping.UpdatedBatchedMeter
Packages that use UpdatedBatchedMeter
Package
Description
-
Uses of UpdatedBatchedMeter in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.update.meter._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.update.meter._case that return UpdatedBatchedMeterModifier and TypeMethodDescriptionFlatBatchUpdateMeterBuilder.getUpdatedBatchedMeter()
Return current value associated with the property corresponding toBatchMeterInputUpdateGrouping.getUpdatedBatchedMeter()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.update.meter._case with parameters of type UpdatedBatchedMeterModifier and TypeMethodDescriptionFlatBatchUpdateMeterBuilder.setUpdatedBatchedMeter
(UpdatedBatchedMeter value) Set the property corresponding toBatchMeterInputUpdateGrouping.getUpdatedBatchedMeter()
to the specified value. -
Uses of UpdatedBatchedMeter in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316 that return UpdatedBatchedMeterModifier and TypeMethodDescriptionBatchMeterInputUpdateGrouping.getUpdatedBatchedMeter()
Return updatedBatchedMeter, ornull
if it is not present. -
Uses of UpdatedBatchedMeter in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping with type parameters of type UpdatedBatchedMeterModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedMeter>>
E$$UpdatedBatchedMeterBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping that return UpdatedBatchedMeterModifier and TypeMethodDescription@NonNull UpdatedBatchedMeter
UpdatedBatchedMeterBuilder.build()
A newUpdatedBatchedMeter
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping that return types with arguments of type UpdatedBatchedMeterModifier and TypeMethodDescriptiondefault Class<UpdatedBatchedMeter>
UpdatedBatchedMeter.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping with parameters of type UpdatedBatchedMeterModifier and TypeMethodDescriptionstatic boolean
UpdatedBatchedMeter.bindingEquals
(@NonNull UpdatedBatchedMeter thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UpdatedBatchedMeter.bindingHashCode
(@NonNull UpdatedBatchedMeter obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UpdatedBatchedMeter.bindingToString
(@NonNull UpdatedBatchedMeter obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping with type arguments of type UpdatedBatchedMeterModifier and TypeMethodDescriptionUpdatedBatchedMeterBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedMeter> augmentation) Add an augmentation to this builder's product.UpdatedBatchedMeterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdatedBatchedMeter>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.batch.meter.input.update.grouping with parameters of type UpdatedBatchedMeterModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUpdatedBatchedMeter
. -
Uses of UpdatedBatchedMeter in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.update.meters.batch.input
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.update.meters.batch.input that return UpdatedBatchedMeterModifier and TypeMethodDescriptionBatchUpdateMetersBuilder.getUpdatedBatchedMeter()
Return current value associated with the property corresponding toBatchMeterInputUpdateGrouping.getUpdatedBatchedMeter()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meters.service.rev160316.update.meters.batch.input with parameters of type UpdatedBatchedMeterModifier and TypeMethodDescriptionBatchUpdateMetersBuilder.setUpdatedBatchedMeter
(UpdatedBatchedMeter value) Set the property corresponding toBatchMeterInputUpdateGrouping.getUpdatedBatchedMeter()
to the specified value.