Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features.MeterFeatures
Packages that use MeterFeatures
Package
Description
-
Uses of MeterFeatures in org.opendaylight.openflowplugin.impl.datastore.multipart
Methods in org.opendaylight.openflowplugin.impl.datastore.multipart that return types with arguments of type MeterFeaturesModifier and TypeMethodDescriptionprotected Class<MeterFeatures>
MeterFeaturesMultipartWriter.getType()
Methods in org.opendaylight.openflowplugin.impl.datastore.multipart with parameters of type MeterFeaturesModifier and TypeMethodDescriptionvoid
MeterFeaturesMultipartWriter.storeStatistics
(MeterFeatures statistics, boolean withParents) -
Uses of MeterFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111 that return MeterFeaturesModifier and TypeMethodDescriptionNodeMeterFeatures.getMeterFeatures()
Return meterFeatures, ornull
if it is not present.NodeMeterFeaturesBuilder.getMeterFeatures()
Return current value associated with the property corresponding toNodeMeterFeatures.getMeterFeatures()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111 with parameters of type MeterFeaturesModifier and TypeMethodDescriptionNodeMeterFeaturesBuilder.setMeterFeatures
(MeterFeatures value) Set the property corresponding toNodeMeterFeatures.getMeterFeatures()
to the specified value. -
Uses of MeterFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features with type parameters of type MeterFeaturesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterFeatures>>
E$$MeterFeaturesBuilder.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.statistics.rev131111.node.meter.features that return MeterFeaturesModifier and TypeMethodDescription@NonNull MeterFeatures
MeterFeaturesBuilder.build()
A newMeterFeatures
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features that return types with arguments of type MeterFeaturesModifier and TypeMethodDescriptiondefault Class<MeterFeatures>
MeterFeatures.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features with parameters of type MeterFeaturesModifier and TypeMethodDescriptionstatic boolean
MeterFeatures.bindingEquals
(@NonNull MeterFeatures thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MeterFeatures.bindingHashCode
(@NonNull MeterFeatures obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MeterFeatures.bindingToString
(@NonNull MeterFeatures obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features with type arguments of type MeterFeaturesModifier and TypeMethodDescriptionMeterFeaturesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MeterFeatures> augmentation) Add an augmentation to this builder's product.MeterFeaturesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterFeatures>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.node.meter.features with parameters of type MeterFeaturesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMeterFeatures
.