Uses of Class
com.tencentcloudapi.gse.v20191112.models.PlayerDataMap
-
Packages that use PlayerDataMap Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of PlayerDataMap in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return PlayerDataMap Modifier and Type Method Description PlayerDataMapJoinGameServerSessionBatchRequest. getPlayerDataMap()Get 玩家自定义数据Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type PlayerDataMap Modifier and Type Method Description voidJoinGameServerSessionBatchRequest. setPlayerDataMap(PlayerDataMap PlayerDataMap)Set 玩家自定义数据Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type PlayerDataMap Constructor Description PlayerDataMap(PlayerDataMap 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.
-