Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObjectBuilder
Packages that use TspecObjectBuilder
Package
Description
-
Uses of TspecObjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object that return TspecObjectBuilderModifier 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(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value) Set the property corresponding toTspecObject.getPeakDataRate()to the specified value.TspecObjectBuilder.setTokenBucketRate(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value) Set the property corresponding toTspecObject.getTokenBucketRate()to the specified value.TspecObjectBuilder.setTokenBucketSize(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value) Set the property corresponding toTspecObject.getTokenBucketSize()to the specified value.