Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object.CNotificationBuilder
Package
Description
-
Uses of CNotificationBuilder in org.opendaylight.protocol.pcep.parser.object
Modifier and TypeMethodDescriptionvoid
PCEPNotificationObjectParser.addTlv
(CNotificationBuilder builder, Tlv tlv) protected void
PCEPNotificationObjectParser.addVendorInformationTlvs
(CNotificationBuilder builder, List<VendorInformationTlv> tlvs) -
Uses of CNotificationBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.notification.object
Modifier and TypeMethodDescriptionCNotificationBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CNotification> augmentation) Add an augmentation to this builder's product.CNotificationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CNotification>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toObjectHeader.getIgnore()
to the specified value.CNotificationBuilder.setProcessingRule
(Boolean value) Set the property corresponding toObjectHeader.getProcessingRule()
to the specified value.Set the property corresponding toCNotification.getTlvs()
to the specified value.CNotificationBuilder.setType
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toCNotification.getType()
to the specified value.CNotificationBuilder.setValue
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toCNotification.getValue()
to the specified value.