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
-
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 FlowSpecObjectBuilderModifier and TypeMethodDescriptionFlowSpecObjectBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject> augmentation) Add an augmentation to this builder's product.FlowSpecObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toFlowSpecObject.getRate()
to the specified value.FlowSpecObjectBuilder.setServiceHeader
(ServiceNumber value) Set the property corresponding toFlowSpecObject.getServiceHeader()
to the specified value.FlowSpecObjectBuilder.setSlackTerm
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toFlowSpecObject.getSlackTerm()
to the specified value.FlowSpecObjectBuilder.setTspecObject
(TspecObject value) Set the property corresponding toTspecObject.getTspecObject()
to the specified value.