Uses of Class
com.tencentcloudapi.gse.v20191112.models.DesiredPlayerSession
-
Packages that use DesiredPlayerSession Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of DesiredPlayerSession in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return DesiredPlayerSession Modifier and Type Method Description DesiredPlayerSession[]StartGameServerSessionPlacementRequest. getDesiredPlayerSessions()Get 玩家游戏会话信息Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type DesiredPlayerSession Modifier and Type Method Description voidStartGameServerSessionPlacementRequest. setDesiredPlayerSessions(DesiredPlayerSession[] DesiredPlayerSessions)Set 玩家游戏会话信息Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type DesiredPlayerSession Constructor Description DesiredPlayerSession(DesiredPlayerSession 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.
-