Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object.FlowSpecObjectBuilder
-
Packages that use FlowSpecObjectBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object -
-
Uses of FlowSpecObjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object that return FlowSpecObjectBuilder Modifier and Type Method Description FlowSpecObjectBuilderFlowSpecObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject> augmentation)Add an augmentation to this builder's product.FlowSpecObjectBuilderFlowSpecObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType)Remove an augmentation from this builder's product.FlowSpecObjectBuilderFlowSpecObjectBuilder. setRate(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value)Set the property corresponding toFlowSpecObject.getRate()to the specified value.FlowSpecObjectBuilderFlowSpecObjectBuilder. setServiceHeader(ServiceNumber value)Set the property corresponding toFlowSpecObject.getServiceHeader()to the specified value.FlowSpecObjectBuilderFlowSpecObjectBuilder. setSlackTerm(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toFlowSpecObject.getSlackTerm()to the specified value.FlowSpecObjectBuilderFlowSpecObjectBuilder. setTspecObject(TspecObject value)Set the property corresponding toTspecObject.getTspecObject()to the specified value.
-