Uses of Class
com.tencentcloudapi.gpm.v20200820.models.StringKV
-
Packages that use StringKV Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of StringKV in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return StringKV Modifier and Type Method Description StringKV[]CreateMatchRequest. getGameProperties()Get 游戏属性,key-value结构的数组StringKV[]MatchInfo. getGameProperties()Get 游戏属性 注意:此字段可能返回 null,表示取不到有效值。StringKV[]ModifyMatchRequest. getGameProperties()Get 游戏属性,key-value结构的数组StringKV[]RuleBriefInfo. getMatchCodeList()Get 关联匹配StringKV[]RuleInfo. getMatchCodeList()Get 关联匹配 注意:此字段可能返回 null,表示取不到有效值。StringKV[]CreateMatchRequest. getTags()Get 标签,key-value结构的数组StringKV[]CreateRuleRequest. getTags()Get 标签,key-value结构的数组,最多关联50组标签StringKV[]MatchInfo. getTags()Get 标签 注意:此字段可能返回 null,表示取不到有效值。StringKV[]ModifyMatchRequest. getTags()Get 标签,key-value结构的数组StringKV[]ModifyRuleRequest. getTags()Get 标签,key-value结构的数组,最多关联50组标签StringKV[]RuleInfo. getTags()Get 标签 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type StringKV Modifier and Type Method Description voidCreateMatchRequest. setGameProperties(StringKV[] GameProperties)Set 游戏属性,key-value结构的数组voidMatchInfo. setGameProperties(StringKV[] GameProperties)Set 游戏属性 注意:此字段可能返回 null,表示取不到有效值。voidModifyMatchRequest. setGameProperties(StringKV[] GameProperties)Set 游戏属性,key-value结构的数组voidRuleBriefInfo. setMatchCodeList(StringKV[] MatchCodeList)Set 关联匹配voidRuleInfo. setMatchCodeList(StringKV[] MatchCodeList)Set 关联匹配 注意:此字段可能返回 null,表示取不到有效值。voidCreateMatchRequest. setTags(StringKV[] Tags)Set 标签,key-value结构的数组voidCreateRuleRequest. setTags(StringKV[] Tags)Set 标签,key-value结构的数组,最多关联50组标签voidMatchInfo. setTags(StringKV[] Tags)Set 标签 注意:此字段可能返回 null,表示取不到有效值。voidModifyMatchRequest. setTags(StringKV[] Tags)Set 标签,key-value结构的数组voidModifyRuleRequest. setTags(StringKV[] Tags)Set 标签,key-value结构的数组,最多关联50组标签voidRuleInfo. setTags(StringKV[] Tags)Set 标签 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type StringKV Constructor Description StringKV(StringKV 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.
-