public static class MappingInstructions.ExtensionMappingInstructionWrapper extends java.lang.Object implements MappingInstruction
MappingInstruction.Type| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId()
Obtains the device identifier.
|
boolean |
equals(java.lang.Object obj) |
org.onosproject.net.flow.instructions.ExtensionTreatment |
extensionMappingInstruction()
Obtains the extension treatment.
|
int |
hashCode() |
java.lang.String |
toString() |
MappingInstruction.Type |
type()
Returns the type of mapping instruction.
|
public org.onosproject.net.flow.instructions.ExtensionTreatment extensionMappingInstruction()
public org.onosproject.net.DeviceId deviceId()
public MappingInstruction.Type type()
MappingInstructiontype in interface MappingInstructionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object