Class InstructionGotoTable
- java.lang.Object
-
- org.opendaylight.genius.mdsalutil.instructions.InstructionGotoTable
-
- All Implemented Interfaces:
InstructionInfo
public class InstructionGotoTable extends java.lang.Object
Goto table instruction.
-
-
Constructor Summary
Constructors Constructor Description InstructionGotoTable(short tableId)
-
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)
short
getTableId()
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)
-
getTableId
public short getTableId()
-
equals
public boolean equals(java.lang.Object other)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-