public interface NxmNxNshMdtype extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxNshMdtypeGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxNshMdtype>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-nsh-mdtype {
leaf value {
type uint8;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-nsh-mdtype-grouping/nxm-nx-nsh-mdtype
To create instances of this class use NxmNxNshMdtypeBuilder.
NxmNxNshMdtypeBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getValue() |
default Class<NxmNxNshMdtype> |
implementedInterface() |
default Class<NxmNxNshMdtype> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getValue()
java.lang.Short value, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.