Class L2ModificationInstruction.ModTunnelIdInstruction
- java.lang.Object
 - 
- org.onosproject.net.flow.instructions.L2ModificationInstruction
 - 
- org.onosproject.net.flow.instructions.L2ModificationInstruction.ModTunnelIdInstruction
 
 
 
- 
- All Implemented Interfaces:
 Instruction
- Enclosing class:
 - L2ModificationInstruction
 
public static final class L2ModificationInstruction.ModTunnelIdInstruction extends L2ModificationInstruction
Represents a Tunnel id modification. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.onosproject.net.flow.instructions.L2ModificationInstruction
L2ModificationInstruction.L2SubType, L2ModificationInstruction.ModEtherInstruction, L2ModificationInstruction.ModMplsBosInstruction, L2ModificationInstruction.ModMplsHeaderInstruction, L2ModificationInstruction.ModMplsLabelInstruction, L2ModificationInstruction.ModMplsTtlInstruction, L2ModificationInstruction.ModTunnelIdInstruction, L2ModificationInstruction.ModVlanHeaderInstruction, L2ModificationInstruction.ModVlanIdInstruction, L2ModificationInstruction.ModVlanPcpInstruction 
- 
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.Instruction
Instruction.Type 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()L2ModificationInstruction.L2SubTypesubtype()java.lang.StringtoString()longtunnelId()- 
Methods inherited from class org.onosproject.net.flow.instructions.L2ModificationInstruction
type 
 - 
 
 - 
 
- 
- 
Method Detail
- 
tunnelId
public long tunnelId()
 
- 
subtype
public L2ModificationInstruction.L2SubType subtype()
- Specified by:
 subtypein classL2ModificationInstruction
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -