public class Ofdpa3SetOvid extends OfdpaSetVlanVid
| Modifier | Constructor and Description |
|---|---|
protected |
Ofdpa3SetOvid()
Constructs a new set OVID instruction.
|
|
Ofdpa3SetOvid(org.onlab.packet.VlanId vlanId)
Constructs a new set 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.instructions.ExtensionTreatmentType |
type()
Returns the treatment type.
|
deserialize, serialize, vlanIdgetProperties, getPropertyValue, setPropertyValueprotected Ofdpa3SetOvid()
public Ofdpa3SetOvid(org.onlab.packet.VlanId vlanId)
vlanId - VLAN IDpublic org.onosproject.net.flow.instructions.ExtensionTreatmentType type()
type in interface org.onosproject.net.flow.instructions.ExtensionTreatmenttype in class OfdpaSetVlanVidpublic int hashCode()
hashCode in class OfdpaSetVlanVidpublic boolean equals(Object obj)
equals in class OfdpaSetVlanVidpublic String toString()
toString in class OfdpaSetVlanVid