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