Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.MessagesBuilder
Packages that use MessagesBuilder
Package
Description
-
Uses of MessagesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return MessagesBuilderModifier and TypeMethodDescriptionMessagesBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Messages> augmentation) Add an augmentation to this builder's product.MessagesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Messages>> augmentationType) Remove an augmentation from this builder's product.MessagesBuilder.setErrorMessages(ErrorMessages value) Set the property corresponding toErrorMessagesGrouping.getErrorMessages()to the specified value.MessagesBuilder.setLastSentMsgTimestamp(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toMessages.getLastSentMsgTimestamp()to the specified value.MessagesBuilder.setReceivedMsgCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toMessages.getReceivedMsgCount()to the specified value.MessagesBuilder.setReplyTime(ReplyTime value) Set the property corresponding toReplyTimeGrouping.getReplyTime()to the specified value.MessagesBuilder.setSentMsgCount(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toMessages.getSentMsgCount()to the specified value.MessagesBuilder.setUnknownMsgReceived(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toMessages.getUnknownMsgReceived()to the specified value.