Package | Description |
---|---|
com.tencentcloudapi.gpm.v20200820.models |
Modifier and Type | Method and Description |
---|---|
MatchInfo |
CreateMatchResponse.getMatchInfo()
Get Matchmaking information
|
MatchInfo |
ModifyMatchResponse.getMatchInfo()
Get Matchmaking information
|
MatchInfo |
DescribeMatchResponse.getMatchInfo()
Get Matchmaking information
Note: this field may return `null`, indicating that no valid value is obtained.
|
MatchInfo[] |
DescribeMatchesResponse.getMatchInfoList()
Get Matchmaking information list
Note: this field may return `null`, indicating that no valid value is obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateMatchResponse.setMatchInfo(MatchInfo MatchInfo)
Set Matchmaking information
|
void |
ModifyMatchResponse.setMatchInfo(MatchInfo MatchInfo)
Set Matchmaking information
|
void |
DescribeMatchResponse.setMatchInfo(MatchInfo MatchInfo)
Set Matchmaking information
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
DescribeMatchesResponse.setMatchInfoList(MatchInfo[] MatchInfoList)
Set Matchmaking information list
Note: this field may return `null`, indicating that no valid value is obtained.
|
Constructor and Description |
---|
MatchInfo(MatchInfo 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 © 2023. All rights reserved.