Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.sb.rev150904.get.stats.output.ControlMessageStatsBuilder
Packages that use ControlMessageStatsBuilder
Package
Description
-
Uses of ControlMessageStatsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.sb.rev150904.get.stats.output
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.sb.rev150904.get.stats.output that return ControlMessageStatsBuilderModifier and TypeMethodDescriptionControlMessageStatsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessageStats> augmentation) Add an augmentation to this builder's product.ControlMessageStatsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ControlMessageStats>> augmentationType) Remove an augmentation from this builder's product.ControlMessageStatsBuilder.setControlMessage
(List<ControlMessage> values) Set the property corresponding toCtrlMsgStats.getControlMessage()
to the specified value.ControlMessageStatsBuilder.setRxUnknown
(Long value) Set the property corresponding toCtrlMsgStats.getRxUnknown()
to the specified value.ControlMessageStatsBuilder.setTxErrors
(Long value) Set the property corresponding toCtrlMsgStats.getTxErrors()
to the specified value.