Class StartMatchingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.StartMatchingRequest
-
public class StartMatchingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StartMatchingRequest()StartMatchingRequest(StartMatchingRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchCode()Get 匹配 Code。StringgetMatchTicketId()Get 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、.Player[]getPlayers()Get 玩家信息 最多 200 条。voidsetMatchCode(String MatchCode)Set 匹配 Code。voidsetMatchTicketId(String MatchTicketId)Set 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、.voidsetPlayers(Player[] Players)Set 玩家信息 最多 200 条。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StartMatchingRequest
public StartMatchingRequest()
-
StartMatchingRequest
public StartMatchingRequest(StartMatchingRequest 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.
-
-
Method Detail
-
getMatchCode
public String getMatchCode()
Get 匹配 Code。- Returns:
- MatchCode 匹配 Code。
-
setMatchCode
public void setMatchCode(String MatchCode)
Set 匹配 Code。- Parameters:
MatchCode- 匹配 Code。
-
getPlayers
public Player[] getPlayers()
Get 玩家信息 最多 200 条。- Returns:
- Players 玩家信息 最多 200 条。
-
setPlayers
public void setPlayers(Player[] Players)
Set 玩家信息 最多 200 条。- Parameters:
Players- 玩家信息 最多 200 条。
-
getMatchTicketId
public String getMatchTicketId()
Get 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -- Returns:
- MatchTicketId 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -
-
setMatchTicketId
public void setMatchTicketId(String MatchTicketId)
Set 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -- Parameters:
MatchTicketId- 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -
-
-