public class UserInfo.ICQInfo extends Object
Constructor and Description |
---|
UserInfo.ICQInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getInternalIP()
Get the value of internalIP.
|
int |
getInternalPort()
Get the value of internalPort.
|
int |
getIP()
Get the value of ip.
|
int |
getStatus()
Get the value of status.
|
int |
getTCPCookie()
Get the value of tcpCookie.
|
byte |
getTCPFlags()
Get the value of tcpFlags.
|
short |
getTCPVersion()
Get the value of tcpVersion.
|
int |
getTimeNow()
Get the value of timeNow.
|
int |
getTimeNowUsually()
Get the value of timeNowUsually.
|
int |
getTimeRecent()
Get the value of timeRecent.
|
short |
getUnknown()
Get the value of unknown.
|
void |
setInternalIP(int internalIP)
Set the value of internalIP.
|
void |
setInternalPort(int internalPort)
Set the value of internalPort.
|
void |
setIP(int ip)
Set the value of ip.
|
void |
setStatus(int status)
Set the value of status.
|
void |
setTCPCookie(int tcpCookie)
Set the value of tcpCookie.
|
void |
setTCPFlags(byte tcpFlags)
Set the value of tcpFlags.
|
void |
setTCPVersion(short tcpVersion)
Set the value of tcpVersion.
|
void |
setTimeNow(int timeNow)
Set the value of timeNow.
|
void |
setTimeNowUsually(int timeNowUsually)
Set the value of timeNowUsually.
|
void |
setTimeRecent(int timeRecent)
Set the value of timeRecent.
|
void |
setUnknown(short unknown)
Set the value of unknown.
|
public static final int X1
public static final int X2
public int getStatus()
public void setStatus(int status)
status
- Value to assign to status.public int getIP()
public void setIP(int ip)
ip
- Value to assign to ip.public int getInternalIP()
public void setInternalIP(int internalIP)
internalIP
- Value to assign to internalIP.public int getInternalPort()
public void setInternalPort(int internalPort)
internalPort
- Value to assign to internalPort.public byte getTCPFlags()
public void setTCPFlags(byte tcpFlags)
tcpFlags
- Value to assign to tcpFlags.public short getTCPVersion()
public void setTCPVersion(short tcpVersion)
tcpVersion
- Value to assign to tcpVersion.public int getTCPCookie()
public void setTCPCookie(int tcpCookie)
tcpCookie
- Value to assign to tcpCookie.public int getTimeRecent()
public void setTimeRecent(int timeRecent)
timeRecent
- Value to assign to timeRecent.public int getTimeNow()
public void setTimeNow(int timeNow)
timeNow
- Value to assign to timeNow.public int getTimeNowUsually()
public void setTimeNowUsually(int timeNowUsually)
timeNowUsually
- Value to assign to timeNowUsually.public short getUnknown()
public void setUnknown(short unknown)
unknown
- Value to assign to unknown.