public class ActionRegMove extends ActionInfo
| Constructor and Description |
|---|
ActionRegMove(Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> register,
int start,
int end) |
ActionRegMove(int actionKey,
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> register,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action |
buildAction() |
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action |
buildAction(int newActionKey) |
boolean |
equals(Object other) |
int |
getEnd() |
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> |
getRegister() |
int |
getStart() |
int |
hashCode() |
String |
toString() |
getActionKeypublic ActionRegMove(Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> register, int start, int end)
public ActionRegMove(int actionKey,
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> register,
int start,
int end)
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
buildAction in class ActionInfopublic org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction(int newActionKey)
buildAction in class ActionInfopublic Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg> getRegister()
public int getStart()
public int getEnd()
public boolean equals(Object other)
equals in class ActionInfopublic int hashCode()
hashCode in class ActionInfopublic String toString()
toString in class ActionInfoCopyright © 2019 OpenDaylight. All rights reserved.