public class OfdpaMatchAllowVlanTranslation
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Constructor and Description |
|---|
OfdpaMatchAllowVlanTranslation()
OFDPA ALLOW_VLAN_TRANSLATION extension match.
|
OfdpaMatchAllowVlanTranslation(Short allowVlanTranslation)
Constructs new ALLOW_VLAN_TRANSLATION match with given boolean data.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
allowVlanTranslation()
Gets allow vlan translation flag.
|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
byte[] |
serialize() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic OfdpaMatchAllowVlanTranslation()
public OfdpaMatchAllowVlanTranslation(Short allowVlanTranslation)
allowVlanTranslation - allows vlan translationpublic Short allowVlanTranslation()
public org.onosproject.net.flow.criteria.ExtensionSelectorType type()
type in interface org.onosproject.net.flow.criteria.ExtensionSelectorpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extensionpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extension