public class DanMuResponseEntity extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
Result code of sending DanMu.
|
com.alibaba.fastjson.JSONArray |
data
Unknown field, it is empty JSONArray in common.
|
String |
msg
Server message.
|
static int |
NO_LOGIN |
static int |
OUT_OF_LENGTH |
static int |
SUCCESS |
static int |
WRONG_PARAM |
| 构造器和说明 |
|---|
DanMuResponseEntity() |
public static final int NO_LOGIN
public static final int WRONG_PARAM
public static final int OUT_OF_LENGTH
public static final int SUCCESS
public Integer code
public String msg
public com.alibaba.fastjson.JSONArray data
Copyright © 2017. All rights reserved.