Class L3ModificationInstruction.ModArpOpInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.L3ModificationInstruction
-
- org.onosproject.net.flow.instructions.L3ModificationInstruction.ModArpOpInstruction
-
- All Implemented Interfaces:
Instruction
- Enclosing class:
- L3ModificationInstruction
public static final class L3ModificationInstruction.ModArpOpInstruction extends L3ModificationInstruction
Represents a L3 ARP operation modification instruction.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.net.flow.instructions.L3ModificationInstruction
L3ModificationInstruction.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.Instruction
Instruction.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
long
op()
L3ModificationInstruction.L3SubType
subtype()
Returns the subtype of the modification instruction.String
toString()
-
Methods inherited from class org.onosproject.net.flow.instructions.L3ModificationInstruction
type
-
-
-
-
Method Detail
-
subtype
public L3ModificationInstruction.L3SubType subtype()
Description copied from class:L3ModificationInstruction
Returns the subtype of the modification instruction.- Specified by:
subtype
in classL3ModificationInstruction
- Returns:
- type of instruction
-
op
public long op()
-
-