public class FlowSpecObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowSpecObject>
FlowSpecObject instances.FlowSpecObject| Constructor and Description |
|---|
FlowSpecObjectBuilder() |
FlowSpecObjectBuilder(FlowSpecObject base) |
FlowSpecObjectBuilder(TspecObject arg) |
| Modifier and Type | Method and Description |
|---|---|
FlowSpecObjectBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject> augmentationValue) |
FlowSpecObject |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 |
getRate() |
ServiceNumber |
getServiceHeader() |
Long |
getSlackTerm() |
TspecObject |
getTspecObject() |
FlowSpecObjectBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType) |
FlowSpecObjectBuilder |
setRate(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value) |
FlowSpecObjectBuilder |
setServiceHeader(ServiceNumber value) |
FlowSpecObjectBuilder |
setSlackTerm(Long value) |
FlowSpecObjectBuilder |
setTspecObject(TspecObject value) |
public FlowSpecObjectBuilder()
public FlowSpecObjectBuilder(TspecObject arg)
public FlowSpecObjectBuilder(FlowSpecObject base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 getRate()
public ServiceNumber getServiceHeader()
public Long getSlackTerm()
public TspecObject getTspecObject()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> E getAugmentation(Class<E> augmentationType)
public FlowSpecObjectBuilder setRate(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ieee754.rev130819.Float32 value)
public FlowSpecObjectBuilder setServiceHeader(ServiceNumber value)
public FlowSpecObjectBuilder setSlackTerm(Long value)
public FlowSpecObjectBuilder setTspecObject(TspecObject value)
public FlowSpecObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject> augmentationValue)
public FlowSpecObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowSpecObject>> augmentationType)
public FlowSpecObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<FlowSpecObject>Copyright © 2018 OpenDaylight. All rights reserved.