public interface NxmNxNshc4 extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxNshc4Grouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxNshc4>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-nshc-4 {
leaf value {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-nshc-4-grouping/nxm-nx-nshc-4
To create instances of this class use NxmNxNshc4Builder.
NxmNxNshc4Builder| 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 Long |
getValue() |
default Class<NxmNxNshc4> |
implementedInterface() |
default Class<NxmNxNshc4> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@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.