Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping.ReplyTimeBuilder
Packages that use ReplyTimeBuilder
Package
Description
-
Uses of ReplyTimeBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping that return ReplyTimeBuilderModifier and TypeMethodDescriptionReplyTimeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ReplyTime> augmentation) Add an augmentation to this builder's product.ReplyTimeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReplyTime>> augmentationType) Remove an augmentation from this builder's product.ReplyTimeBuilder.setAverageTime
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toReplyTime.getAverageTime()
to the specified value.ReplyTimeBuilder.setMaxTime
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toReplyTime.getMaxTime()
to the specified value.ReplyTimeBuilder.setMinTime
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toReplyTime.getMinTime()
to the specified value.