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 booleanequals(java.lang.Object obj)shortgetCfi()shortgetEtherType()shortgetPriority()shortgetVlanId()inthashCode()IEEE8021QsetCFI(short cfi)IEEE8021QsetEtherType(short etherType)IEEE8021QsetPriority(short priority)IEEE8021QsetVlanId(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:
getEtherTypein 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:
setEtherTypein classEthernet
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.opendaylight.openflowplugin.libraries.liblldp.Packet
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classorg.opendaylight.openflowplugin.libraries.liblldp.Packet
-
-