public class MatchInfo extends AbstractModel
skipSign
Constructor and Description |
---|
MatchInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Get 用户AppId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 创建时间
|
String |
getCreateUin()
Get 用户创建账号Uin
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCustomPushData()
Get 自定义推送数据
注意:此字段可能返回 null,表示取不到有效值。
|
StringKV[] |
getGameProperties()
Get 游戏属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogsetId()
Get 日志集id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogsetName()
Get 日志集名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLogStatus()
Get 日志状态,0表示正常,1表示日志集不存在,2表示日志主题不存在,3表示日志集和日志主题都不存在。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLogSwitch()
Get 日志开关,0表示关,1表示开
|
String |
getLogTopicId()
Get 日志主题id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogTopicName()
Get 日志主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchCode()
Get 匹配code
|
String |
getMatchDesc()
Get 匹配描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchName()
Get 匹配名称
|
String |
getNotifyUrl()
Get 接收通知地址
|
String |
getRegion()
Get 地区
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRuleCode()
Get 规则code
|
String |
getRuleName()
Get 规则名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServerQueue()
Get 服务器队列
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServerRegion()
Get 服务器队列所在地域
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServerSessionData()
Get 游戏服务器会话数据
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getServerType()
Get 是否为匹配结果请求服务器资源,0否,1请求GSE资源
|
StringKV[] |
getTags()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimeout()
Get 超时时间
|
String |
getUin()
Get 用户主账号Uin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(String AppId)
Set 用户AppId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setCreateUin(String CreateUin)
Set 用户创建账号Uin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCustomPushData(String CustomPushData)
Set 自定义推送数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGameProperties(StringKV[] GameProperties)
Set 游戏属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogsetId(String LogsetId)
Set 日志集id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogsetName(String LogsetName)
Set 日志集名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogStatus(Long LogStatus)
Set 日志状态,0表示正常,1表示日志集不存在,2表示日志主题不存在,3表示日志集和日志主题都不存在。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogSwitch(Long LogSwitch)
Set 日志开关,0表示关,1表示开
|
void |
setLogTopicId(String LogTopicId)
Set 日志主题id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogTopicName(String LogTopicName)
Set 日志主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchCode(String MatchCode)
Set 匹配code
|
void |
setMatchDesc(String MatchDesc)
Set 匹配描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchName(String MatchName)
Set 匹配名称
|
void |
setNotifyUrl(String NotifyUrl)
Set 接收通知地址
|
void |
setRegion(String Region)
Set 地区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleCode(String RuleCode)
Set 规则code
|
void |
setRuleName(String RuleName)
Set 规则名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServerQueue(String ServerQueue)
Set 服务器队列
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServerRegion(String ServerRegion)
Set 服务器队列所在地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServerSessionData(String ServerSessionData)
Set 游戏服务器会话数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServerType(Long ServerType)
Set 是否为匹配结果请求服务器资源,0否,1请求GSE资源
|
void |
setTags(StringKV[] Tags)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeout(Long Timeout)
Set 超时时间
|
void |
setUin(String Uin)
Set 用户主账号Uin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MatchInfo()
public MatchInfo(MatchInfo source)
public String getMatchCode()
public void setMatchCode(String MatchCode)
MatchCode
- 匹配codepublic String getMatchName()
public void setMatchName(String MatchName)
MatchName
- 匹配名称public String getMatchDesc()
public void setMatchDesc(String MatchDesc)
MatchDesc
- 匹配描述
注意:此字段可能返回 null,表示取不到有效值。public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- 规则codepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 超时时间public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 接收通知地址public Long getServerType()
public void setServerType(Long ServerType)
ServerType
- 是否为匹配结果请求服务器资源,0否,1请求GSE资源public String getServerRegion()
public void setServerRegion(String ServerRegion)
ServerRegion
- 服务器队列所在地域
注意:此字段可能返回 null,表示取不到有效值。public String getServerQueue()
public void setServerQueue(String ServerQueue)
ServerQueue
- 服务器队列
注意:此字段可能返回 null,表示取不到有效值。public String getCustomPushData()
public void setCustomPushData(String CustomPushData)
CustomPushData
- 自定义推送数据
注意:此字段可能返回 null,表示取不到有效值。public String getServerSessionData()
public void setServerSessionData(String ServerSessionData)
ServerSessionData
- 游戏服务器会话数据
注意:此字段可能返回 null,表示取不到有效值。public StringKV[] getGameProperties()
public void setGameProperties(StringKV[] GameProperties)
GameProperties
- 游戏属性
注意:此字段可能返回 null,表示取不到有效值。public Long getLogSwitch()
public void setLogSwitch(Long LogSwitch)
LogSwitch
- 日志开关,0表示关,1表示开public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 日志集id
注意:此字段可能返回 null,表示取不到有效值。public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- 日志集名称
注意:此字段可能返回 null,表示取不到有效值。public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- 日志主题id
注意:此字段可能返回 null,表示取不到有效值。public String getLogTopicName()
public void setLogTopicName(String LogTopicName)
LogTopicName
- 日志主题名称
注意:此字段可能返回 null,表示取不到有效值。public StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags
- 标签
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- 地区
注意:此字段可能返回 null,表示取不到有效值。public String getAppId()
public void setAppId(String AppId)
AppId
- 用户AppId
注意:此字段可能返回 null,表示取不到有效值。public String getUin()
public void setUin(String Uin)
Uin
- 用户主账号Uin
注意:此字段可能返回 null,表示取不到有效值。public String getCreateUin()
public void setCreateUin(String CreateUin)
CreateUin
- 用户创建账号Uin
注意:此字段可能返回 null,表示取不到有效值。public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 规则名称
注意:此字段可能返回 null,表示取不到有效值。public Long getLogStatus()
public void setLogStatus(Long LogStatus)
LogStatus
- 日志状态,0表示正常,1表示日志集不存在,2表示日志主题不存在,3表示日志集和日志主题都不存在。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.