Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping.ErrorMessagesBuilder
Packages that use ErrorMessagesBuilder
Package
Description
-
Uses of ErrorMessagesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.error.messages.grouping that return ErrorMessagesBuilderModifier and TypeMethodDescriptionErrorMessagesBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ErrorMessages> augmentation) Add an augmentation to this builder's product.ErrorMessagesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ErrorMessages>> augmentationType) Remove an augmentation from this builder's product.ErrorMessagesBuilder.setLastReceivedError(LastReceivedError value) Set the property corresponding toErrorMessages.getLastReceivedError()to the specified value.ErrorMessagesBuilder.setLastSentError(LastSentError value) Set the property corresponding toErrorMessages.getLastSentError()to the specified value.ErrorMessagesBuilder.setReceivedErrorMsgCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toErrorMessages.getReceivedErrorMsgCount()to the specified value.ErrorMessagesBuilder.setSentErrorMsgCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toErrorMessages.getSentErrorMsgCount()to the specified value.