Class ActionSetFieldEthernetSource
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.ActionInfo
-
- org.opendaylight.genius.mdsalutil.actions.ActionSetFieldEthernetSource
-
public class ActionSetFieldEthernetSource extends ActionInfo
Set Ethernet source field action.
-
-
Constructor Summary
Constructors Constructor Description ActionSetFieldEthernetSource(int actionKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress source)
ActionSetFieldEthernetSource(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress source)
-
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.Action
buildAction()
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action
buildAction(int newActionKey)
boolean
equals(java.lang.Object other)
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
getSource()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.opendaylight.genius.mdsalutil.ActionInfo
getActionKey
-
-
-
-
Constructor Detail
-
ActionSetFieldEthernetSource
public ActionSetFieldEthernetSource(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress source)
-
ActionSetFieldEthernetSource
public ActionSetFieldEthernetSource(int actionKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress source)
-
-
Method Detail
-
buildAction
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction()
- Overrides:
buildAction
in classActionInfo
-
buildAction
public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action buildAction(int newActionKey)
- Specified by:
buildAction
in classActionInfo
-
getSource
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSource()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classActionInfo
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classActionInfo
-
toString
public java.lang.String toString()
- Overrides:
toString
in classActionInfo
-
-