Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.list.SubobjectContainerBuilder
Package
Description
-
Uses of SubobjectContainerBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.list
Modifier and TypeMethodDescriptionSubobjectContainerBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SubobjectContainer> augmentation) Add an augmentation to this builder's product.SubobjectContainerBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SubobjectContainer>> augmentationType) Remove an augmentation from this builder's product.SubobjectContainerBuilder.setProtectionAvailable
(Boolean value) Set the property corresponding toRecordRouteSubobjects.getProtectionAvailable()
to the specified value.SubobjectContainerBuilder.setProtectionInUse
(Boolean value) Set the property corresponding toRecordRouteSubobjects.getProtectionInUse()
to the specified value.SubobjectContainerBuilder.setSubobjectType
(SubobjectType value) Set the property corresponding toRecordRouteSubobjects.getSubobjectType()
to the specified value.