@Deprecated public class Entity extends Object implements TimeStamper
| Modifier and Type | Class and Description |
|---|---|
static class |
Entity.ENTRY_TYPE
Deprecated.
The type of ARP entry static or dynamic
|
| Constructor and Description |
|---|
Entity()
Deprecated.
|
Entity(long macAddress,
Integer ipv4Address)
Deprecated.
|
Entity(long source_mac,
Short vlan,
Integer nwSrc,
Long dpid,
Short port)
Deprecated.
|
Entity(long source_mac,
Short vlan,
Integer nwSrc,
Long dpid,
Short port,
Date date)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Entity arpentry)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
long |
getAge()
Deprecated.
|
ARPTableEntry |
getARPTableEntry()
Deprecated.
|
Integer |
getIpv4Address()
Deprecated.
|
long |
getMacAddress()
Deprecated.
|
Long |
getSwitchDPID()
Deprecated.
|
Short |
getSwitchPort()
Deprecated.
|
long |
getTimeStamp()
Deprecated.
|
Entity.ENTRY_TYPE |
getType()
Deprecated.
|
Short |
getVlan()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setAge(long age)
Deprecated.
|
void |
setARPTableEntry(ARPTableEntry arpEntry)
Deprecated.
|
void |
setIpv4Address(Integer ipv4Address)
Deprecated.
|
void |
setMacAddress(long macAddress)
Deprecated.
|
void |
setSwitchDPID(Long switchDPID)
Deprecated.
|
void |
setSwitchPort(short port)
Deprecated.
|
void |
setTimeStamp(long timeStamp)
Deprecated.
|
void |
setType(Entity.ENTRY_TYPE type)
Deprecated.
|
void |
setVlan(Short vlan)
Deprecated.
|
String |
toString()
Deprecated.
|
public Entity()
public Entity(long macAddress,
Integer ipv4Address)
public Entity.ENTRY_TYPE getType()
public void setType(Entity.ENTRY_TYPE type)
type - the type to setpublic int compareTo(Entity arpentry)
public long getMacAddress()
public void setMacAddress(long macAddress)
macAddress - the macAddress to setpublic Integer getIpv4Address()
public void setIpv4Address(Integer ipv4Address)
ipv4Address - the ipv4Address to setpublic Short getVlan()
public void setVlan(Short vlan)
vlan - the vlan to setpublic Long getSwitchDPID()
public void setSwitchDPID(Long switchDPID)
switchDPID - the switchDPID to setpublic long getTimeStamp()
getTimeStamp in interface TimeStamperpublic void setTimeStamp(long timeStamp)
setTimeStamp in interface TimeStamperpublic long getAge()
getAge in interface TimeStamperpublic void setAge(long age)
setAge in interface TimeStamperpublic ARPTableEntry getARPTableEntry()
public void setARPTableEntry(ARPTableEntry arpEntry)
public Short getSwitchPort()
public void setSwitchPort(short port)
Copyright © 2014. All Rights Reserved.