public interface NxmNxPktMark extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxPktMarkGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxPktMark>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-pkt-mark {
leaf pkt-mark {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-pkt-mark-grouping/nxm-nx-pkt-mark
To create instances of this class use NxmNxPktMarkBuilder.
NxmNxPktMarkBuilder| 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 |
getPktMark() |
default Class<NxmNxPktMark> |
implementedInterface() |
default Class<NxmNxPktMark> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getPktMark()
java.lang.Long pktMark, or null if not present@Nullable Long getMask()
java.lang.Long mask, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.