public class CreateMatchRequest extends AbstractModel
Constructor and Description |
---|
CreateMatchRequest() |
CreateMatchRequest(CreateMatchRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomPushData()
Get 自定义推送数据
|
StringKV[] |
getGameProperties()
Get 游戏属性,key-value结构的数组
|
Long |
getLogSwitch()
Get 日志开关,0表示关,1表示开
|
String |
getMatchDesc()
Get 匹配描述,最长1024
|
String |
getMatchName()
Get 匹配名称,[a-zA-Z0-9-\.]* 长度128
|
String |
getNotifyUrl()
Get 只支持https 和 http 协议
|
String |
getRuleCode()
Get 规则code
|
String |
getServerQueue()
Get 游戏服务器队列
|
String |
getServerRegion()
Get 游戏服务器队列地域
|
String |
getServerSessionData()
Get 游戏服务器会话数据
|
Long |
getServerType()
Get 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
|
StringKV[] |
getTags()
Get 标签,key-value结构的数组
|
Long |
getTimeout()
Get 超时时间,1-600秒
|
void |
setCustomPushData(String CustomPushData)
Set 自定义推送数据
|
void |
setGameProperties(StringKV[] GameProperties)
Set 游戏属性,key-value结构的数组
|
void |
setLogSwitch(Long LogSwitch)
Set 日志开关,0表示关,1表示开
|
void |
setMatchDesc(String MatchDesc)
Set 匹配描述,最长1024
|
void |
setMatchName(String MatchName)
Set 匹配名称,[a-zA-Z0-9-\.]* 长度128
|
void |
setNotifyUrl(String NotifyUrl)
Set 只支持https 和 http 协议
|
void |
setRuleCode(String RuleCode)
Set 规则code
|
void |
setServerQueue(String ServerQueue)
Set 游戏服务器队列
|
void |
setServerRegion(String ServerRegion)
Set 游戏服务器队列地域
|
void |
setServerSessionData(String ServerSessionData)
Set 游戏服务器会话数据
|
void |
setServerType(Long ServerType)
Set 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
|
void |
setTags(StringKV[] Tags)
Set 标签,key-value结构的数组
|
void |
setTimeout(Long Timeout)
Set 超时时间,1-600秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateMatchRequest()
public CreateMatchRequest(CreateMatchRequest source)
public String getMatchName()
public void setMatchName(String MatchName)
MatchName
- 匹配名称,[a-zA-Z0-9-\.]* 长度128public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- 规则codepublic Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 超时时间,1-600秒public Long getServerType()
public void setServerType(Long ServerType)
ServerType
- 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源public String getMatchDesc()
public void setMatchDesc(String MatchDesc)
MatchDesc
- 匹配描述,最长1024public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 只支持https 和 http 协议public String getServerRegion()
public void setServerRegion(String ServerRegion)
ServerRegion
- 游戏服务器队列地域public String getServerQueue()
public void setServerQueue(String ServerQueue)
ServerQueue
- 游戏服务器队列public String getCustomPushData()
public void setCustomPushData(String CustomPushData)
CustomPushData
- 自定义推送数据public String getServerSessionData()
public void setServerSessionData(String ServerSessionData)
ServerSessionData
- 游戏服务器会话数据public StringKV[] getGameProperties()
public void setGameProperties(StringKV[] GameProperties)
GameProperties
- 游戏属性,key-value结构的数组public Long getLogSwitch()
public void setLogSwitch(Long LogSwitch)
LogSwitch
- 日志开关,0表示关,1表示开public StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags
- 标签,key-value结构的数组Copyright © 2021. All rights reserved.