Class L3ModificationInstruction.ModArpEthInstruction
- java.lang.Object
- 
- org.onosproject.net.flow.instructions.L3ModificationInstruction
- 
- org.onosproject.net.flow.instructions.L3ModificationInstruction.ModArpEthInstruction
 
 
- 
- All Implemented Interfaces:
- Instruction
 - Enclosing class:
- L3ModificationInstruction
 
 public static final class L3ModificationInstruction.ModArpEthInstruction extends L3ModificationInstruction Represents a L3 ARP Ether src/dst modification instruction.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.onosproject.net.flow.instructions.L3ModificationInstructionL3ModificationInstruction.L3SubType, L3ModificationInstruction.ModArpEthInstruction, L3ModificationInstruction.ModArpIPInstruction, L3ModificationInstruction.ModArpOpInstruction, L3ModificationInstruction.ModDscpInstruction, L3ModificationInstruction.ModIPInstruction, L3ModificationInstruction.ModIPv6FlowLabelInstruction, L3ModificationInstruction.ModTtlInstruction
 - 
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.InstructionInstruction.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()MacAddressmac()L3ModificationInstruction.L3SubTypesubtype()Returns the subtype of the modification instruction.java.lang.StringtoString()- 
Methods inherited from class org.onosproject.net.flow.instructions.L3ModificationInstructiontype
 
- 
 
- 
- 
- 
Method Detail- 
subtypepublic L3ModificationInstruction.L3SubType subtype() Description copied from class:L3ModificationInstructionReturns the subtype of the modification instruction.- Specified by:
- subtypein class- L3ModificationInstruction
- Returns:
- type of instruction
 
 - 
macpublic MacAddress mac() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-