public class PlacedPlayerSession extends AbstractModel
header, skipSign
Constructor and Description |
---|
PlacedPlayerSession() |
PlacedPlayerSession(PlacedPlayerSession source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getPlayerId()
Get 玩家Id
|
String |
getPlayerSessionId()
Get 玩家会话Id
|
void |
setPlayerId(String PlayerId)
Set 玩家Id
|
void |
setPlayerSessionId(String PlayerSessionId)
Set 玩家会话Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PlacedPlayerSession()
public PlacedPlayerSession(PlacedPlayerSession source)
public String getPlayerId()
public void setPlayerId(String PlayerId)
PlayerId
- 玩家Idpublic String getPlayerSessionId()
public void setPlayerSessionId(String PlayerSessionId)
PlayerSessionId
- 玩家会话IdCopyright © 2024. All rights reserved.