public class FlowModAddMatchFromValueBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowModAddMatchFromValue>
FlowModAddMatchFromValue instances.FlowModAddMatchFromValue| Constructor and Description |
|---|
FlowModAddMatchFromValueBuilder() |
FlowModAddMatchFromValueBuilder(FlowModAddMatchFromValue base) |
| Modifier and Type | Method and Description |
|---|---|
FlowModAddMatchFromValueBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue> augmentation) |
FlowModAddMatchFromValue |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getFlowModNumBits() |
Long |
getSrcField() |
Integer |
getSrcOfs() |
Integer |
getValue() |
FlowModAddMatchFromValueBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> augmentationType) |
FlowModAddMatchFromValueBuilder |
setFlowModNumBits(Integer value) |
FlowModAddMatchFromValueBuilder |
setSrcField(Long value) |
FlowModAddMatchFromValueBuilder |
setSrcOfs(Integer value) |
FlowModAddMatchFromValueBuilder |
setValue(Integer value) |
public FlowModAddMatchFromValueBuilder()
public FlowModAddMatchFromValueBuilder(FlowModAddMatchFromValue base)
public Integer getFlowModNumBits()
public Long getSrcField()
public Integer getSrcOfs()
public Integer getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> E getAugmentation(Class<E> augmentationType)
public FlowModAddMatchFromValueBuilder setFlowModNumBits(Integer value)
public FlowModAddMatchFromValueBuilder setSrcField(Long value)
public FlowModAddMatchFromValueBuilder setSrcOfs(Integer value)
public FlowModAddMatchFromValueBuilder setValue(Integer value)
public FlowModAddMatchFromValueBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue> augmentation)
public FlowModAddMatchFromValueBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowModAddMatchFromValue>> augmentationType)
public FlowModAddMatchFromValue build()
build in interface org.opendaylight.yangtools.concepts.Builder<FlowModAddMatchFromValue>Copyright © 2016 OpenDaylight. All rights reserved.