public class IEEE8021Q extends Ethernet
etherTypeClassMap| Constructor and Description |
|---|
IEEE8021Q()
Default constructor that creates and sets the HashMap.
|
IEEE8021Q(boolean writeAccess) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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) |
getDestinationMACAddress, getSourceMACAddress, isBroadcast, isMulticast, setDestinationMACAddress, setHeaderField, setSourceMACAddressdeserialize, getfieldnumBits, getfieldOffset, getHeaderSize, getParent, getPayload, getRawPayload, isCorrupted, postDeserializeCustomOperation, postSerializeCustomOperation, serialize, setParent, setPayload, setRawPayload, toStringpublic IEEE8021Q()
public IEEE8021Q(boolean writeAccess)
public short getPriority()
public short getCfi()
public short getVlanId()
public short getEtherType()
getEtherType in class Ethernetpublic IEEE8021Q setPriority(short priority)
public IEEE8021Q setCFI(short cfi)
public IEEE8021Q setVlanId(short vlanId)
public IEEE8021Q setEtherType(short etherType)
setEtherType in class Ethernetpublic int hashCode()
hashCode in class org.opendaylight.openflowplugin.libraries.liblldp.Packetpublic boolean equals(Object obj)
equals in class org.opendaylight.openflowplugin.libraries.liblldp.PacketCopyright © 2019 OpenDaylight. All rights reserved.