Class Instructions.ExtensionInstructionWrapper
- java.lang.Object
- 
- org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper
 
- 
- All Implemented Interfaces:
- Instruction
 - Enclosing class:
- Instructions
 
 public static class Instructions.ExtensionInstructionWrapper extends java.lang.Object implements Instruction Extension instruction.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.InstructionInstruction.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceIddeviceId()booleanequals(java.lang.Object obj)ExtensionTreatmentextensionInstruction()inthashCode()java.lang.StringtoString()Instruction.Typetype()Returns the type of instruction.
 
- 
- 
- 
Method Detail- 
extensionInstructionpublic ExtensionTreatment extensionInstruction() 
 - 
deviceIdpublic DeviceId deviceId() 
 - 
typepublic Instruction.Type type() Description copied from interface:InstructionReturns the type of instruction.- Specified by:
- typein interface- Instruction
- Returns:
- type of instruction
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-