Package | Description |
---|---|
com.tencentcloudapi.gpm.v20200820.models |
Modifier and Type | Method and Description |
---|---|
StringKV[] |
CreateMatchRequest.getGameProperties()
Get 游戏属性,key-value结构的数组
|
StringKV[] |
ModifyMatchRequest.getGameProperties()
Get 游戏属性,key-value结构的数组
|
StringKV[] |
MatchInfo.getGameProperties()
Get 游戏属性
注意:此字段可能返回 null,表示取不到有效值。
|
StringKV[] |
RuleBriefInfo.getMatchCodeList()
Get 关联匹配
|
StringKV[] |
RuleInfo.getMatchCodeList()
Get 关联匹配
注意:此字段可能返回 null,表示取不到有效值。
|
StringKV[] |
CreateRuleRequest.getTags()
Get 标签,key-value结构的数组,最多关联50组标签
|
StringKV[] |
CreateMatchRequest.getTags()
Get 标签,key-value结构的数组
|
StringKV[] |
RuleInfo.getTags()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
StringKV[] |
ModifyMatchRequest.getTags()
Get 标签,key-value结构的数组
|
StringKV[] |
ModifyRuleRequest.getTags()
Get 标签,key-value结构的数组,最多关联50组标签
|
StringKV[] |
MatchInfo.getTags()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateMatchRequest.setGameProperties(StringKV[] GameProperties)
Set 游戏属性,key-value结构的数组
|
void |
ModifyMatchRequest.setGameProperties(StringKV[] GameProperties)
Set 游戏属性,key-value结构的数组
|
void |
MatchInfo.setGameProperties(StringKV[] GameProperties)
Set 游戏属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
RuleBriefInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set 关联匹配
|
void |
RuleInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set 关联匹配
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateRuleRequest.setTags(StringKV[] Tags)
Set 标签,key-value结构的数组,最多关联50组标签
|
void |
CreateMatchRequest.setTags(StringKV[] Tags)
Set 标签,key-value结构的数组
|
void |
RuleInfo.setTags(StringKV[] Tags)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyMatchRequest.setTags(StringKV[] Tags)
Set 标签,key-value结构的数组
|
void |
ModifyRuleRequest.setTags(StringKV[] Tags)
Set 标签,key-value结构的数组,最多关联50组标签
|
void |
MatchInfo.setTags(StringKV[] Tags)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.