Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.MonitoringRequestBuilder
Package
Description
-
Uses of MonitoringRequestBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Modifier and TypeMethodDescriptionMonitoringRequestBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MonitoringRequest> augmentation) Add an augmentation to this builder's product.MonitoringRequestBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MonitoringRequest>> augmentationType) Remove an augmentation from this builder's product.MonitoringRequestBuilder.setMonitoring
(Monitoring value) Set the property corresponding toMonitoringObject.getMonitoring()
to the specified value.MonitoringRequestBuilder.setPccIdReq
(PccIdReq value) Set the property corresponding toPccIdReqObject.getPccIdReq()
to the specified value.MonitoringRequestBuilder.setPceIdList
(List<PceIdList> values) Set the property corresponding toMonitoringRequest.getPceIdList()
to the specified value.