Interface NxRegLoad
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<NxRegLoad>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<NxActionRegLoadGrouping>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface NxRegLoad extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionRegLoadGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxRegLoad>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-reg-load { container dst { uses dst-choice-grouping; uses range-grouping; } leaf value { type uint64; } }The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-reg-load-grouping/nx-reg-loadTo create instances of this class use
NxRegLoadBuilder.- See Also:
NxRegLoadBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DstgetDst()Writes value to bits start through end, inclusive, in field dst.org.opendaylight.yangtools.yang.common.Uint64getValue()default Class<NxRegLoad>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<NxRegLoad> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDst
Dst getDst()
Writes value to bits start through end, inclusive, in field dst.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.load.grouping.nx.reg.load.Dstdst, ornullif not present
-
getValue
org.opendaylight.yangtools.yang.common.Uint64 getValue()
- Returns:
org.opendaylight.yangtools.yang.common.Uint64value, ornullif not present
-
-