public class IncomingIMCH4 extends Object
Constructor and Description |
---|
IncomingIMCH4()
Creates a new ICQ (channel 4) message.
|
Modifier and Type | Method and Description |
---|---|
String |
getMsg()
Get the value of msg.
|
int |
getType()
Get the value of type.
|
int |
getUIN()
Get the value of uin.
|
void |
setMsg(String msg)
Set the value of msg.
|
void |
setType(int type)
Set the value of type.
|
void |
setUIN(int uin)
Set the value of uin.
|
public int getUIN()
public void setUIN(int uin)
uin
- Value to assign to uin.public int getType()
public void setType(int type)
type
- Value to assign to type.public String getMsg()
public void setMsg(String msg)
msg
- Value to assign to msg.