public class LPLoginModel extends LPDataModel
限定符和类型 | 类和说明 |
---|---|
static class |
LPLoginModel.LPNetworkCDN |
限定符和类型 | 字段和说明 |
---|---|
int |
base |
java.util.TreeMap<java.lang.Integer,LPLoginModel.LPNetworkCDN> |
cdnDomains |
LPIpAddress |
chatServer |
java.util.ArrayList<LPIpAddress> |
chatServerProxyList |
java.util.ArrayList<LPIpAddress> |
downlinkServerList |
java.lang.String |
message_type |
LPIpAddress |
parentChatServer |
LPIpAddress |
parentRoomServer |
LPIpAddress |
roomServer |
java.util.ArrayList<LPIpAddress> |
roomServerProxyList |
java.util.ArrayList<LPIpAddress> |
uplinkServerList |
LPUserModel |
user |
long |
userId |
java.lang.String |
userIp |
java.util.Map<java.lang.String,java.lang.Object> |
webRTCInfo |
java.lang.String |
webRTCSignalUrl |
构造器和说明 |
---|
LPLoginModel() |
public java.lang.String message_type
@SerializedName(value="cdn_domain") public java.util.TreeMap<java.lang.Integer,LPLoginModel.LPNetworkCDN> cdnDomains
@SerializedName(value="chat_server") public LPIpAddress chatServer
@SerializedName(value="proxy_chat_server_list") public java.util.ArrayList<LPIpAddress> chatServerProxyList
@SerializedName(value="parent_chat_server") public LPIpAddress parentChatServer
@SerializedName(value="room_server") public LPIpAddress roomServer
@SerializedName(value="parent_room_server") public LPIpAddress parentRoomServer
@SerializedName(value="proxy_room_server_list") public java.util.ArrayList<LPIpAddress> roomServerProxyList
@SerializedName(value="downlink_server_list") public java.util.ArrayList<LPIpAddress> downlinkServerList
@SerializedName(value="uplink_server_list") public java.util.ArrayList<LPIpAddress> uplinkServerList
@SerializedName(value="id") public long userId
@SerializedName(value="user_ip") public java.lang.String userIp
@SerializedName(value="base") public int base
@SerializedName(value="webrtc_info") public java.util.Map<java.lang.String,java.lang.Object> webRTCInfo
@SerializedName(value="webrtc_signal_uri") public java.lang.String webRTCSignalUrl
@SerializedName(value="user") public LPUserModel user