Class InstructionApplyActions
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.instructions.InstructionApplyActions
-
- All Implemented Interfaces:
InstructionInfo
public class InstructionApplyActions extends java.lang.Object
Apply actions instruction.
-
-
Constructor Summary
Constructors Constructor Description InstructionApplyActions(java.util.List<ActionInfo> actionsInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction
buildInstruction(int instructionKey)
boolean
equals(java.lang.Object other)
java.util.List<ActionInfo>
getActionInfos()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
InstructionApplyActions
public InstructionApplyActions(java.util.List<ActionInfo> actionsInfos)
-
-
Method Detail
-
buildInstruction
public org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction buildInstruction(int instructionKey)
-
getActionInfos
public java.util.List<ActionInfo> getActionInfos()
-
equals
public boolean equals(java.lang.Object other)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-