public class DanMuMSGEntity extends JSONEntity
| 限定符和类型 | 字段和说明 |
|---|---|
com.alibaba.fastjson.JSONArray |
info
A JSONArray with key 'info'.
|
cmd| 构造器和说明 |
|---|
DanMuMSGEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDanMuColor() |
String |
getDanMuContent() |
Integer |
getDanMuMode() |
Integer |
getDanMuPool() |
Integer |
getSenderId() |
Boolean |
getSenderIsGuard() |
Boolean |
getSenderIsVIP() |
Integer |
getSenderLevel() |
String |
getSenderNick() |
String |
getSenderRank() |
Long |
getTimestamp()
Get Unix timestamp, it is not Java timestamp!
|
public com.alibaba.fastjson.JSONArray info
Many meaning of data in this part is unknown.
Maybe you need to get data manual like:
String s = danMuMSGEntity.info.getJSONArray(2).getString(1);
public Integer getDanMuPool()
public Integer getDanMuMode()
public Integer getDanMuColor()
public Long getTimestamp()
public String getDanMuContent()
public Integer getSenderId()
public String getSenderNick()
public Boolean getSenderIsGuard()
public Boolean getSenderIsVIP()
public Integer getSenderLevel()
public String getSenderRank()
Copyright © 2017. All rights reserved.