Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro.SubobjectBuilder
Package
Description
-
Uses of SubobjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro
Modifier and TypeMethodDescriptionSubobjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Subobject> augmentation) Add an augmentation to this builder's product.SubobjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Subobject>> augmentationType) Remove an augmentation from this builder's product.SubobjectBuilder.setProtectionAvailable
(Boolean value) Set the property corresponding toRecordRouteSubobjects.getProtectionAvailable()
to the specified value.SubobjectBuilder.setProtectionInUse
(Boolean value) Set the property corresponding toRecordRouteSubobjects.getProtectionInUse()
to the specified value.SubobjectBuilder.setSubobjectType
(SubobjectType value) Set the property corresponding toRecordRouteSubobjects.getSubobjectType()
to the specified value.