Uses of Class
com.tencentcloudapi.gpm.v20200820.models.MatchAttribute
-
Packages that use MatchAttribute Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of MatchAttribute in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return MatchAttribute Modifier and Type Method Description MatchAttribute[]Player. getMatchAttributes()Get 玩家匹配属性,最多 10 条Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchAttribute Modifier and Type Method Description voidPlayer. setMatchAttributes(MatchAttribute[] MatchAttributes)Set 玩家匹配属性,最多 10 条Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchAttribute Constructor Description MatchAttribute(MatchAttribute 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.
-