Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics.AggregateFlowStatistics
Packages that use AggregateFlowStatistics
Package
Description
-
Uses of AggregateFlowStatistics in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 that return AggregateFlowStatisticsModifier and TypeMethodDescriptionAggregateFlowStatistics.getAggregateFlowStatistics()
Return aggregateFlowStatistics, ornull
if it is not present.AggregateFlowStatisticsDataBuilder.getAggregateFlowStatistics()
Return current value associated with the property corresponding toAggregateFlowStatistics.getAggregateFlowStatistics()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819 with parameters of type AggregateFlowStatisticsModifier and TypeMethodDescriptionAggregateFlowStatisticsDataBuilder.setAggregateFlowStatistics
(AggregateFlowStatistics value) Set the property corresponding toAggregateFlowStatistics.getAggregateFlowStatistics()
to the specified value. -
Uses of AggregateFlowStatistics in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics with type parameters of type AggregateFlowStatisticsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AggregateFlowStatistics>>
E$$AggregateFlowStatisticsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics that return AggregateFlowStatisticsModifier and TypeMethodDescription@NonNull AggregateFlowStatistics
AggregateFlowStatisticsBuilder.build()
A newAggregateFlowStatistics
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics that return types with arguments of type AggregateFlowStatisticsModifier and TypeMethodDescriptiondefault Class<AggregateFlowStatistics>
AggregateFlowStatistics.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics with parameters of type AggregateFlowStatisticsModifier and TypeMethodDescriptionstatic boolean
AggregateFlowStatistics.bindingEquals
(@NonNull AggregateFlowStatistics thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AggregateFlowStatistics.bindingHashCode
(@NonNull AggregateFlowStatistics obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AggregateFlowStatistics.bindingToString
(@NonNull AggregateFlowStatistics obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics with type arguments of type AggregateFlowStatisticsModifier and TypeMethodDescriptionAggregateFlowStatisticsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AggregateFlowStatistics> augmentation) Add an augmentation to this builder's product.AggregateFlowStatisticsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AggregateFlowStatistics>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.aggregate.flow.statistics with parameters of type AggregateFlowStatisticsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAggregateFlowStatistics
.