Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.flow.capable.node.connector.statistics.FlowCapableNodeConnectorStatistics
Package
Description
-
Uses of FlowCapableNodeConnectorStatistics in org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214
Modifier and TypeMethodDescriptionFlowCapableNodeConnectorStatistics.getFlowCapableNodeConnectorStatistics()
Return flowCapableNodeConnectorStatistics, ornull
if it is not present.FlowCapableNodeConnectorStatisticsDataBuilder.getFlowCapableNodeConnectorStatistics()
Return current value associated with the property corresponding toFlowCapableNodeConnectorStatistics.getFlowCapableNodeConnectorStatistics()
.@NonNull FlowCapableNodeConnectorStatistics
FlowCapableNodeConnectorStatistics.nonnullFlowCapableNodeConnectorStatistics()
Return flowCapableNodeConnectorStatistics, or an empty instance if it is not present.Modifier and TypeMethodDescriptionFlowCapableNodeConnectorStatisticsDataBuilder.setFlowCapableNodeConnectorStatistics
(FlowCapableNodeConnectorStatistics value) Set the property corresponding toFlowCapableNodeConnectorStatistics.getFlowCapableNodeConnectorStatistics()
to the specified value. -
Uses of FlowCapableNodeConnectorStatistics in org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.flow.capable.node.connector.statistics
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowCapableNodeConnectorStatistics>>
E$$FlowCapableNodeConnectorStatisticsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull FlowCapableNodeConnectorStatistics
FlowCapableNodeConnectorStatisticsBuilder.build()
A newFlowCapableNodeConnectorStatistics
instance.static @NonNull FlowCapableNodeConnectorStatistics
FlowCapableNodeConnectorStatisticsBuilder.empty()
Get empty instance of FlowCapableNodeConnectorStatistics.Modifier and TypeMethodDescriptiondefault Class<FlowCapableNodeConnectorStatistics>
FlowCapableNodeConnectorStatistics.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
FlowCapableNodeConnectorStatistics.bindingEquals
(@NonNull FlowCapableNodeConnectorStatistics thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowCapableNodeConnectorStatistics.bindingHashCode
(@NonNull FlowCapableNodeConnectorStatistics obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowCapableNodeConnectorStatistics.bindingToString
(@NonNull FlowCapableNodeConnectorStatistics obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionFlowCapableNodeConnectorStatisticsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowCapableNodeConnectorStatistics> augmentation) Add an augmentation to this builder's product.FlowCapableNodeConnectorStatisticsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowCapableNodeConnectorStatistics>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowCapableNodeConnectorStatistics
.