public class AOLIM extends Channel
Constructor and Description |
---|
AOLIM()
Creates a new incoming instant message (channel 1).
|
Modifier and Type | Method and Description |
---|---|
int |
getCharset()
Get the value of charset.
|
int |
getCharSubset()
Get the value of charsubset.
|
String |
getDestSN()
Get the value of destSN.
|
byte[] |
getExtData()
Get the value of extData.
|
int |
getExtDataLen()
Get the value of extDataLen.
|
byte[] |
getFeatures()
Get the value of features.
|
int |
getFlags()
Get the value of flags.
|
int |
getIconLen()
Get the value of iconLen.
|
long |
getIconStamp()
Get the value of iconStamp.
|
int |
getIconSum()
Get the value of iconSum.
|
MPMsg |
getMPMsg()
Get the value of mpmsg.
|
String |
getMsg()
Get the value of msg.
|
int |
getMsgLen()
Get the value of msgLen.
|
void |
setCharset(int charset)
Set the value of charset.
|
void |
setCharSubset(int charSubset)
Set the value of charsubset.
|
void |
setDestSN(String destSN)
Set the value of destSN.
|
void |
setExtData(byte[] extData)
Set the value of extData.
|
void |
setExtDataLen(int extDataLen)
Set the value of extDataLen.
|
void |
setFeatures(byte[] features)
Set the value of features.
|
void |
setFlags(int flags)
Set the value of flags.
|
void |
setIconLen(int iconLen)
Set the value of iconLen.
|
void |
setIconStamp(long iconStamp)
Set the value of iconStamp.
|
void |
setIconSum(int iconSum)
Set the value of iconSum.
|
void |
setMPMsg(MPMsg mpmsg)
Set the value of mpmsg.
|
void |
setMsg(String msg)
Set the value of msg.
|
void |
setMsgLen(int msgLen)
Set the value of msgLen.
|
getChannel, setChannel
public String getDestSN()
public void setDestSN(String destSN)
destSN
- Value to assign to destSN.public String getMsg()
public void setMsg(String msg)
msg
- Value to assign to msg.public int getMsgLen()
public void setMsgLen(int msgLen)
msgLen
- Value to assign to msgLen.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public MPMsg getMPMsg()
public void setMPMsg(MPMsg mpmsg)
mpmsg
- Value to assign to mpmsg.public long getIconStamp()
public void setIconStamp(long iconStamp)
iconStamp
- Value to assign to iconStamp.public int getIconLen()
public void setIconLen(int iconLen)
iconLen
- Value to assign to iconLen.public int getIconSum()
public void setIconSum(int iconSum)
iconSum
- Value to assign to iconSum.public byte[] getExtData()
public void setExtData(byte[] extData)
extData
- Value to assign to extData.public int getExtDataLen()
public void setExtDataLen(int extDataLen)
extDataLen
- Value to assign to extDataLen.public byte[] getFeatures()
public void setFeatures(byte[] features)
features
- Value to assign to features.public int getCharset()
public void setCharset(int charset)
charset
- Value to assign to charset.public int getCharSubset()
public void setCharSubset(int charSubset)
charSubset
- Value to assign to charsubset.