Open Kilda Java Documentation
org.openkilda.domain.floodlight.FlowInstructions Class Reference

Public Member Functions

 FlowInstructions ()
 
InstructionApplyActions getInstructionApplyActions ()
 
void setInstructionApplyActions (InstructionApplyActions instructionApplyActions)
 
String getNone ()
 
void setNone (String none)
 

Detailed Description

Definition at line 10 of file FlowInstructions.java.

Constructor & Destructor Documentation

◆ FlowInstructions()

org.openkilda.domain.floodlight.FlowInstructions.FlowInstructions ( )

Definition at line 16 of file FlowInstructions.java.

Member Function Documentation

◆ getInstructionApplyActions()

InstructionApplyActions org.openkilda.domain.floodlight.FlowInstructions.getInstructionApplyActions ( )

Definition at line 19 of file FlowInstructions.java.

◆ getNone()

String org.openkilda.domain.floodlight.FlowInstructions.getNone ( )

Definition at line 27 of file FlowInstructions.java.

◆ setInstructionApplyActions()

void org.openkilda.domain.floodlight.FlowInstructions.setInstructionApplyActions ( InstructionApplyActions  instructionApplyActions)

Definition at line 23 of file FlowInstructions.java.

◆ setNone()

void org.openkilda.domain.floodlight.FlowInstructions.setNone ( String  none)

Definition at line 31 of file FlowInstructions.java.


The documentation for this class was generated from the following file: