public class CreateSessionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateSessionRequest() | 
| CreateSessionRequest(CreateSessionRequest 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 | getClientSession()Get 客户端session信息,从JSSDK请求中获得 | 
| String | getGameId()Get 游戏ID | 
| String | getGameParas()Get 游戏参数 | 
| String | getGameRegion()Get 游戏区域 | 
| String | getImageUrl()Get 背景图url | 
| String | getResolution()Get 分辨率 | 
| String | getUserId()Get 游戏用户ID | 
| void | setClientSession(String ClientSession)Set 客户端session信息,从JSSDK请求中获得 | 
| void | setGameId(String GameId)Set 游戏ID | 
| void | setGameParas(String GameParas)Set 游戏参数 | 
| void | setGameRegion(String GameRegion)Set 游戏区域 | 
| void | setImageUrl(String ImageUrl)Set 背景图url | 
| void | setResolution(String Resolution)Set 分辨率 | 
| void | setUserId(String UserId)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, toJsonStringpublic CreateSessionRequest()
public CreateSessionRequest(CreateSessionRequest source)
public String getClientSession()
public void setClientSession(String ClientSession)
ClientSession - 客户端session信息,从JSSDK请求中获得public String getGameId()
public void setGameId(String GameId)
GameId - 游戏IDpublic String getUserId()
public void setUserId(String UserId)
UserId - 游戏用户IDpublic String getGameParas()
public void setGameParas(String GameParas)
GameParas - 游戏参数public String getGameRegion()
public void setGameRegion(String GameRegion)
GameRegion - 游戏区域public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl - 背景图urlpublic String getResolution()
public void setResolution(String Resolution)
Resolution - 分辨率Copyright © 2025. All rights reserved.