Class InstructionClearActions
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.instructions.InstructionClearActions
-
- All Implemented Interfaces:
InstructionInfo
public class InstructionClearActions extends java.lang.Object
Clear actions instruction.
-
-
Constructor Summary
Constructors Constructor Description InstructionClearActions()
-
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)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
buildInstruction
public org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction buildInstruction(int instructionKey)
-
equals
public boolean equals(java.lang.Object other)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-