public class ActionSetFieldEthernetDestination extends ActionInfo
Constructor and Description |
---|
ActionSetFieldEthernetDestination(int actionKey,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destination) |
ActionSetFieldEthernetDestination(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destination) |
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) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
getDestination() |
int |
hashCode() |
String |
toString() |
getActionKey
public ActionSetFieldEthernetDestination(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destination)
public ActionSetFieldEthernetDestination(int actionKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destination)
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
buildAction
in class ActionInfo
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction(int newActionKey)
buildAction
in class ActionInfo
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestination()
public boolean equals(Object other)
equals
in class ActionInfo
public int hashCode()
hashCode
in class ActionInfo
public String toString()
toString
in class ActionInfo
Copyright © 2019 OpenDaylight. All rights reserved.