public interface NxmNxReg extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxRegGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxReg>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-reg {
leaf reg {
type identityref {
base nicira-match:nxm-nx-reg;
}
}
leaf value {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-reg-grouping/nxm-nx-reg
To create instances of this class use NxmNxRegBuilder.
NxmNxRegBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getMask() |
@Nullable Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> |
getReg() |
@Nullable Long |
getValue() |
default Class<NxmNxReg> |
implementedInterface() |
default Class<NxmNxReg> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> getReg()
java.lang.Class reg, or null if not present@Nullable Long getValue()
java.lang.Long value, or null if not present@Nullable Long getMask()
java.lang.Long mask, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.