Class Instructions.OutputInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.Instructions.OutputInstruction
-
- All Implemented Interfaces:
Instruction
- Enclosing class:
- Instructions
public static final class Instructions.OutputInstruction extends Object implements Instruction
Output Instruction.
-
-
Nested Class Summary
-
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 booleanequals(Object obj)inthashCode()PortNumberport()StringtoString()Instruction.Typetype()Returns the type of instruction.
-
-
-
Method Detail
-
port
public PortNumber port()
-
type
public Instruction.Type type()
Description copied from interface:InstructionReturns the type of instruction.- Specified by:
typein interfaceInstruction- Returns:
- type of instruction
-
-