public class Ofdpa3MatchOvid extends OfdpaMatchVlanVid
| Modifier | Constructor and Description |
|---|---|
protected |
Ofdpa3MatchOvid()
Constructs a new match OVID instruction.
|
|
Ofdpa3MatchOvid(org.onlab.packet.VlanId vlanId)
Constructs a new match OVID instruction with a given VLAN ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
org.onosproject.net.flow.criteria.ExtensionSelectorType |
type()
Returns the treatment type.
|
deserialize, serialize, vlanIdgetProperties, getPropertyValue, setPropertyValueprotected Ofdpa3MatchOvid()
public Ofdpa3MatchOvid(org.onlab.packet.VlanId vlanId)
vlanId - VLAN IDpublic org.onosproject.net.flow.criteria.ExtensionSelectorType type()
type in interface org.onosproject.net.flow.criteria.ExtensionSelectortype in class OfdpaMatchVlanVidpublic int hashCode()
hashCode in class OfdpaMatchVlanVidpublic boolean equals(Object obj)
equals in class OfdpaMatchVlanVidpublic String toString()
toString in class OfdpaMatchVlanVid