public interface FlowModAddMatchFromValue extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModAddMatchFromValue>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container flow-mod-add-match-from-value {
leaf flow-mod-num-bits {
type uint16;
}
leaf value {
type uint16;
}
leaf src-field {
type uint32;
}
leaf src-ofs {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-add-match-from-value-case/flow-mod-add-match-from-value
To create instances of this class use FlowModAddMatchFromValueBuilder.
FlowModAddMatchFromValueBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getFlowModNumBits() |
@Nullable Long |
getSrcField() |
@Nullable Integer |
getSrcOfs() |
@Nullable Integer |
getValue() |
@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 getSrcField()
java.lang.Long srcField, or null if not present@Nullable Integer getSrcOfs()
java.lang.Integer srcOfs, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.