Back to project page msghandle.
The source code is released under:
GNU General Public License
If you think the Android project msghandle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.anlong.msghandle.request; //from ww w.j av a 2 s . c om /** * @Title: Request103.java * @Package com.anlong.msghandle.request * @company ShenZhen AnLong Technology CO.,LTD. * @author lixl * @date 2014-3-12 ????5:13:20 * @version V1.0 * @Description: ???????????? */ public class Request103 extends BaseRequest { private String[] fieldArr = {}; @Override public String toString() { return "toString()=" + super.toString() + "]"; } }