Class ActionLoadMacToSha
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.ActionInfo
-
- org.opendaylight.genius.mdsalutil.actions.ActionLoadMacToSha
-
public class ActionLoadMacToSha extends ActionInfo
Load MAC address to SHA (Sender Hardware Address).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 Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionbuildAction()org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionbuildAction(int newActionKey)booleanequals(java.lang.Object other)org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddressgetAddress()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.opendaylight.genius.mdsalutil.ActionInfo
getActionKey
-
-
-
-
Constructor Detail
-
ActionLoadMacToSha
public ActionLoadMacToSha(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address)
-
ActionLoadMacToSha
public ActionLoadMacToSha(int actionKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress address)
-
-
Method Detail
-
buildAction
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
- Overrides:
buildActionin classActionInfo
-
buildAction
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction(int newActionKey)
- Specified by:
buildActionin classActionInfo
-
getAddress
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getAddress()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classActionInfo
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionInfo
-
toString
public java.lang.String toString()
- Overrides:
toStringin classActionInfo
-
-