Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObjectBuilder
Package
Description
-
Uses of TspecObjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object
Modifier and TypeMethodDescriptionTspecObjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<TspecObject> augmentation) Add an augmentation to this builder's product.TspecObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TspecObject>> augmentationType) Remove an augmentation from this builder's product.TspecObjectBuilder.setMaximumPacketSize
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTspecObject.getMaximumPacketSize()
to the specified value.TspecObjectBuilder.setMinimumPolicedUnit
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toTspecObject.getMinimumPolicedUnit()
to the specified value.TspecObjectBuilder.setPeakDataRate
(Float32 value) Set the property corresponding toTspecObject.getPeakDataRate()
to the specified value.TspecObjectBuilder.setTokenBucketRate
(Float32 value) Set the property corresponding toTspecObject.getTokenBucketRate()
to the specified value.TspecObjectBuilder.setTokenBucketSize
(Float32 value) Set the property corresponding toTspecObject.getTokenBucketSize()
to the specified value.