public class ActionSetFieldTunnelId extends ActionInfo
| Constructor and Description |
|---|
ActionSetFieldTunnelId(BigInteger tunnelId) |
ActionSetFieldTunnelId(BigInteger tunnelId,
BigInteger tunnelMask) |
ActionSetFieldTunnelId(int actionKey,
BigInteger tunnelId) |
ActionSetFieldTunnelId(int actionKey,
BigInteger tunnelId,
BigInteger tunnelMask) |
| 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) |
BigInteger |
getTunnelId() |
BigInteger |
getTunnelMask() |
int |
hashCode() |
String |
toString() |
getActionKeypublic ActionSetFieldTunnelId(BigInteger tunnelId)
public ActionSetFieldTunnelId(int actionKey,
BigInteger tunnelId)
public ActionSetFieldTunnelId(BigInteger tunnelId, BigInteger tunnelMask)
public ActionSetFieldTunnelId(int actionKey,
BigInteger tunnelId,
BigInteger tunnelMask)
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 getTunnelId()
@Nullable public BigInteger getTunnelMask()
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.