public interface FlowModCopyValueIntoField extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModCopyValueIntoField>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container flow-mod-copy-value-into-field {
leaf flow-mod-num-bits {
type uint16;
}
leaf value {
type uint16;
}
leaf dst-field {
type uint32;
}
leaf dst-ofs {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-copy-value-into-field-case/flow-mod-copy-value-into-field
To create instances of this class use FlowModCopyValueIntoFieldBuilder.
FlowModCopyValueIntoFieldBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getDstField() |
@Nullable Integer |
getDstOfs() |
@Nullable Integer |
getFlowModNumBits() |
@Nullable Integer |
getValue() |
default Class<FlowModCopyValueIntoField> |
implementedInterface() |
default Class<FlowModCopyValueIntoField> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Integer getFlowModNumBits()
java.lang.Integer flowModNumBits, or null if not present@Nullable Integer getValue()
java.lang.Integer value, or null if not present@Nullable Long getDstField()
java.lang.Long dstField, or null if not present@Nullable Integer getDstOfs()
java.lang.Integer dstOfs, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.