public class ActionLoadMacToSha extends ActionInfo
Media address of the sender. In an ARP request this field is used to indicate the address of the host sending the request. In an ARP reply this field is used to indicate the address of the host that the request was looking for.
| Constructor and Description |
|---|
ActionLoadMacToSha(int actionKey,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address) |
ActionLoadMacToSha(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address) |
| 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 |
getAddress() |
int |
hashCode() |
String |
toString() |
getActionKeypublic ActionLoadMacToSha(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address)
public ActionLoadMacToSha(int actionKey,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address)
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 org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getAddress()
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.