public class Ofdpa3MatchMplsL2Port
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.criteria.ExtensionSelector
| Modifier | Constructor and Description |
|---|---|
protected |
Ofdpa3MatchMplsL2Port()
OFDPA MPLS L2 Port extension match.
|
|
Ofdpa3MatchMplsL2Port(int mplsl2port)
Constructs a new MPLS L2 Port match with a given Integer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
mplsL2Port()
Gets the MPLS L2 Port.
|
byte[] |
serialize() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type() |
getProperties, getPropertyValue, setPropertyValueprotected Ofdpa3MatchMplsL2Port()
public Ofdpa3MatchMplsL2Port(int mplsl2port)
mplsl2port - the MPLS L2 Portpublic int mplsL2Port()
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