public class ActionNxLoadMetadata extends ActionInfo
| Constructor and Description |
|---|
ActionNxLoadMetadata(BigInteger value,
Integer startBit,
Integer endBit) |
ActionNxLoadMetadata(int actionKey,
BigInteger value,
Integer startBit,
Integer endBit) |
| 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 obj) |
Integer |
getEndBit() |
Integer |
getStartBit() |
BigInteger |
getValue() |
int |
hashCode() |
String |
toString() |
getActionKeypublic ActionNxLoadMetadata(BigInteger value, Integer startBit, Integer endBit)
public ActionNxLoadMetadata(int actionKey,
BigInteger value,
Integer startBit,
Integer endBit)
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 BigInteger getValue()
public Integer getStartBit()
public Integer getEndBit()
public int hashCode()
hashCode in class ActionInfopublic boolean equals(Object obj)
equals in class ActionInfopublic String toString()
toString in class ActionInfoCopyright © 2019 OpenDaylight. All rights reserved.