public class OfdpaSetAllowVlanTranslation
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.instructions.ExtensionTreatment
| Modifier | Constructor and Description |
|---|---|
protected |
OfdpaSetAllowVlanTranslation() |
|
OfdpaSetAllowVlanTranslation(byte allow) |
|
OfdpaSetAllowVlanTranslation(Ofdpa3AllowVlanTranslationType allow) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
byte |
getVlanTranslation() |
int |
hashCode() |
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.instructions.ExtensionTreatmentType |
type() |
getProperties, getPropertyValue, setPropertyValueprotected OfdpaSetAllowVlanTranslation()
public OfdpaSetAllowVlanTranslation(byte allow)
public OfdpaSetAllowVlanTranslation(Ofdpa3AllowVlanTranslationType allow)
public byte getVlanTranslation()
public org.onosproject.net.flow.instructions.ExtensionTreatmentType type()
type in interface org.onosproject.net.flow.instructions.ExtensionTreatmentpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extension