Uses of Class
com.tencentcloudapi.gse.v20191112.models.GameServerSessionPlacement
-
Packages that use GameServerSessionPlacement Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of GameServerSessionPlacement in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return GameServerSessionPlacement Modifier and Type Method Description GameServerSessionPlacementDescribeGameServerSessionPlacementResponse. getGameServerSessionPlacement()Get 游戏服务器会话放置GameServerSessionPlacementStartGameServerSessionPlacementResponse. getGameServerSessionPlacement()Get 游戏服务器会话放置GameServerSessionPlacementStopGameServerSessionPlacementResponse. getGameServerSessionPlacement()Get 游戏服务器会话放置Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSessionPlacement Modifier and Type Method Description voidDescribeGameServerSessionPlacementResponse. setGameServerSessionPlacement(GameServerSessionPlacement GameServerSessionPlacement)Set 游戏服务器会话放置voidStartGameServerSessionPlacementResponse. setGameServerSessionPlacement(GameServerSessionPlacement GameServerSessionPlacement)Set 游戏服务器会话放置voidStopGameServerSessionPlacementResponse. setGameServerSessionPlacement(GameServerSessionPlacement GameServerSessionPlacement)Set 游戏服务器会话放置Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSessionPlacement Constructor Description GameServerSessionPlacement(GameServerSessionPlacement 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.
-