Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.PcreqMessageBuilder
Packages that use PcreqMessageBuilder
Package
Description
-
Uses of PcreqMessageBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message that return PcreqMessageBuilderModifier and TypeMethodDescriptionPcreqMessageBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PcreqMessage> augmentation) Add an augmentation to this builder's product.PcreqMessageBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcreqMessage>> augmentationType) Remove an augmentation from this builder's product.PcreqMessageBuilder.setMonitoringRequest(MonitoringRequest value) Set the property corresponding toPcreqMessage.getMonitoringRequest()to the specified value.PcreqMessageBuilder.setRequests(List<Requests> values) Set the property corresponding toPcreqMessage.getRequests()to the specified value.Set the property corresponding toPcreqMessage.getSvec()to the specified value.PcreqMessageBuilder.setVersion(ProtocolVersion value) Set the property corresponding toMessageHeader.getVersion()to the specified value.