net.sf.jqql.beans
Class SMSReply
java.lang.Object
net.sf.jqql.beans.SMSReply
public class SMSReply
- extends Object
reply message of single SMS, for a receiver
啿¡çŸä¿¡çš„回å¤ä¿¡æ¯ï¼Œé’ˆå¯¹ä¸€ä¸ªæŽ¥å—者
- Author:
- luma
- See Also:
SendSMSReplyPacket
Method Summary |
void |
readMobileBean(ByteBuffer buf)
read reply message, type of receiver is mobile number
读å–回å¤ä¿¡æ¯ï¼ŒæŽ¥å—者类型是手机å·ç |
void |
readQQBean(ByteBuffer buf)
read reply message, receiver is a QQ number
读å–回å¤ä¿¡æ¯ï¼ŒæŽ¥å—者是一个QQå· |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isQQ
public boolean isQQ
message
public String message
qq
public int qq
mobile
public String mobile
replyCode
public byte replyCode
unknown
public byte unknown
SMSReply
public SMSReply()
readMobileBean
public void readMobileBean(ByteBuffer buf)
- read reply message, type of receiver is mobile number
读å–回å¤ä¿¡æ¯ï¼ŒæŽ¥å—者类型是手机å·ç
- Parameters:
buf
-
readQQBean
public void readQQBean(ByteBuffer buf)
- read reply message, receiver is a QQ number
读å–回å¤ä¿¡æ¯ï¼ŒæŽ¥å—者是一个QQå·
- Parameters:
buf
-