Package | Description |
---|---|
com.tencentcloudapi.gpm.v20200820.models |
Modifier and Type | Method and Description |
---|---|
StringKV[] |
MatchInfo.getGameProperties()
Get Game attributes
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
CreateMatchRequest.getGameProperties()
Get Game attribute.
|
StringKV[] |
ModifyMatchRequest.getGameProperties()
Get Game attribute.
|
StringKV[] |
RuleInfo.getMatchCodeList()
Get The associated match
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
RuleBriefInfo.getMatchCodeList()
Get The associated match
|
StringKV[] |
MatchInfo.getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
ModifyRuleRequest.getTags()
Get Tag.
|
StringKV[] |
RuleInfo.getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
CreateRuleRequest.getTags()
Get Tag.
|
StringKV[] |
CreateMatchRequest.getTags()
Get Tag.
|
StringKV[] |
ModifyMatchRequest.getTags()
Get Tag.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchInfo.setGameProperties(StringKV[] GameProperties)
Set Game attributes
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
CreateMatchRequest.setGameProperties(StringKV[] GameProperties)
Set Game attribute.
|
void |
ModifyMatchRequest.setGameProperties(StringKV[] GameProperties)
Set Game attribute.
|
void |
RuleInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
RuleBriefInfo.setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match
|
void |
MatchInfo.setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
ModifyRuleRequest.setTags(StringKV[] Tags)
Set Tag.
|
void |
RuleInfo.setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
CreateRuleRequest.setTags(StringKV[] Tags)
Set Tag.
|
void |
CreateMatchRequest.setTags(StringKV[] Tags)
Set Tag.
|
void |
ModifyMatchRequest.setTags(StringKV[] Tags)
Set Tag.
|
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.