@Deprecated public class ARPTableEntry extends Object
| Constructor and Description |
|---|
ARPTableEntry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
long |
getAge()
Deprecated.
|
int |
getIpAddress()
Deprecated.
|
long |
getlastAccessed()
Deprecated.
|
long |
getMacAddress()
Deprecated.
|
Entity.ENTRY_TYPE |
getType()
Deprecated.
|
int |
getVnet_id()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setAge(long age)
Deprecated.
|
void |
setIpAddress(int ipAddress)
Deprecated.
|
void |
setlastAccessed(long timeStamp)
Deprecated.
|
void |
setMacAddress(long macAddress)
Deprecated.
|
void |
setType(Entity.ENTRY_TYPE type)
Deprecated.
|
void |
setVnet_id(int vnet_id)
Deprecated.
|
String |
toString()
Deprecated.
|
public int getIpAddress()
public void setIpAddress(int ipAddress)
ipAddress - the ipAddress to setpublic long getMacAddress()
public void setMacAddress(long macAddress)
macAddress - the macAddress to setpublic Entity.ENTRY_TYPE getType()
public void setType(Entity.ENTRY_TYPE type)
type - the type to setpublic int getVnet_id()
public void setVnet_id(int vnet_id)
vnet_id - the vnet_id to setpublic long getAge()
public void setAge(long age)
age - the age to setpublic long getlastAccessed()
public void setlastAccessed(long timeStamp)
Copyright © 2014. All Rights Reserved.