Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessageBuilder
Package
Description
-
Uses of PcrepMessageBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message
Modifier and TypeMethodDescriptionPcrepMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcrepMessage> augmentation) Add an augmentation to this builder's product.PcrepMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcrepMessage>> augmentationType) Remove an augmentation from this builder's product.PcrepMessageBuilder.setReplies
(List<Replies> values) Set the property corresponding toPcrepMessage.getReplies()
to the specified value.PcrepMessageBuilder.setVersion
(ProtocolVersion value) Set the property corresponding toMessageHeader.getVersion()
to the specified value.