Uses of Class
com.tencentcloudapi.gpm.v20200820.models.Player
-
Packages that use Player Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of Player in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return Player Modifier and Type Method Description Player[]MatchTicket. getPlayers()Get 玩家信息列表Player[]StartMatchingBackfillRequest. getPlayers()Get 玩家信息Player[]StartMatchingRequest. getPlayers()Get 玩家信息 最多 200 条。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type Player Modifier and Type Method Description voidMatchTicket. setPlayers(Player[] Players)Set 玩家信息列表voidStartMatchingBackfillRequest. setPlayers(Player[] Players)Set 玩家信息voidStartMatchingRequest. setPlayers(Player[] Players)Set 玩家信息 最多 200 条。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type Player Constructor Description Player(Player 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.
-