Class IEEE8021Q
- java.lang.Object
-
- org.opendaylight.openflowplugin.libraries.liblldp.Packet
-
- org.opendaylight.genius.mdsalutil.packet.Ethernet
-
- org.opendaylight.genius.mdsalutil.packet.IEEE8021Q
-
public class IEEE8021Q extends Ethernet
-
-
Field Summary
-
Fields inherited from class org.opendaylight.genius.mdsalutil.packet.Ethernet
etherTypeClassMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
short
getCfi()
short
getEtherType()
short
getPriority()
short
getVlanId()
int
hashCode()
IEEE8021Q
setCFI(short cfi)
IEEE8021Q
setEtherType(short etherType)
IEEE8021Q
setPriority(short priority)
IEEE8021Q
setVlanId(short vlanId)
-
Methods inherited from class org.opendaylight.genius.mdsalutil.packet.Ethernet
getDestinationMACAddress, getSourceMACAddress, setDestinationMACAddress, setHeaderField, setSourceMACAddress
-
Methods inherited from class org.opendaylight.openflowplugin.libraries.liblldp.Packet
deserialize, getfieldnumBits, getfieldOffset, getHeaderSize, getParent, getPayload, getRawPayload, isCorrupted, postDeserializeCustomOperation, postSerializeCustomOperation, serialize, setParent, setPayload, setRawPayload, toString
-
-
-
-
Method Detail
-
getPriority
public short getPriority()
-
getCfi
public short getCfi()
-
getVlanId
public short getVlanId()
-
getEtherType
public short getEtherType()
- Overrides:
getEtherType
in classEthernet
-
setPriority
public IEEE8021Q setPriority(short priority)
-
setCFI
public IEEE8021Q setCFI(short cfi)
-
setVlanId
public IEEE8021Q setVlanId(short vlanId)
-
setEtherType
public IEEE8021Q setEtherType(short etherType)
- Overrides:
setEtherType
in classEthernet
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classorg.opendaylight.openflowplugin.libraries.liblldp.Packet
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classorg.opendaylight.openflowplugin.libraries.liblldp.Packet
-
-