Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object.MetricObjectBuilder
-
Packages that use MetricObjectBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object -
-
Uses of MetricObjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object that return MetricObjectBuilder Modifier and Type Method Description MetricObjectBuilderMetricObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MetricObject> augmentation)Add an augmentation to this builder's product.MetricObjectBuilderMetricObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MetricObject>> augmentationType)Remove an augmentation from this builder's product.MetricObjectBuilderMetricObjectBuilder. setBound(Boolean value)Set the property corresponding toMetricObject.getBound()to the specified value.MetricObjectBuilderMetricObjectBuilder. setComputed(Boolean value)Set the property corresponding toMetricObject.getComputed()to the specified value.MetricObjectBuilderMetricObjectBuilder. setMetricType(org.opendaylight.yangtools.yang.common.Uint8 value)Set the property corresponding toMetricObject.getMetricType()to the specified value.MetricObjectBuilderMetricObjectBuilder. setValue(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value)Set the property corresponding toMetricObject.getValue()to the specified value.
-