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 User AppId
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getCreateTime()
Get Creation time
|
String |
getCreateUin()
Get Create user account UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getCustomPushData()
Get Custom push data
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
getGameProperties()
Get Game attributes
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getLogsetId()
Get Logset ID
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getLogsetName()
Get Logset name
Note: this field may return `null`, indicating that no valid value is obtained.
|
Long |
getLogStatus()
Get Log status.
|
Long |
getLogSwitch()
Get Enable or disable the log.
|
String |
getLogTopicId()
Get Log topic ID
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getLogTopicName()
Get Log topic name
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getMatchCode()
Get MatchCode
|
String |
getMatchDesc()
Get Matchmaking description
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getMatchName()
Get Match name
|
String |
getNotifyUrl()
Get Receiving notification address
|
String |
getRegion()
Get Region
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getRuleCode()
Get RuleCode
|
String |
getRuleName()
Get Rule Name
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getServerQueue()
Get Server queue
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getServerRegion()
Get Region of the server queue
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getServerSessionData()
Get Game server session data
Note: this field may return `null`, indicating that no valid value is obtained.
|
Long |
getServerType()
Get Whether to request server resources for the match results.
|
StringKV[] |
getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
Long |
getTimeout()
Get Timeout period
|
String |
getUin()
Get User root account UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setAppId(String AppId)
Set User AppId
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setCreateUin(String CreateUin)
Set Create user account UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setCustomPushData(String CustomPushData)
Set Custom push data
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setGameProperties(StringKV[] GameProperties)
Set Game attributes
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setLogsetId(String LogsetId)
Set Logset ID
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setLogsetName(String LogsetName)
Set Logset name
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setLogStatus(Long LogStatus)
Set Log status.
|
void |
setLogSwitch(Long LogSwitch)
Set Enable or disable the log.
|
void |
setLogTopicId(String LogTopicId)
Set Log topic ID
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setLogTopicName(String LogTopicName)
Set Log topic name
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setMatchCode(String MatchCode)
Set MatchCode
|
void |
setMatchDesc(String MatchDesc)
Set Matchmaking description
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setMatchName(String MatchName)
Set Match name
|
void |
setNotifyUrl(String NotifyUrl)
Set Receiving notification address
|
void |
setRegion(String Region)
Set Region
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setRuleCode(String RuleCode)
Set RuleCode
|
void |
setRuleName(String RuleName)
Set Rule Name
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setServerQueue(String ServerQueue)
Set Server queue
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setServerRegion(String ServerRegion)
Set Region of the server queue
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setServerSessionData(String ServerSessionData)
Set Game server session data
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setServerType(Long ServerType)
Set Whether to request server resources for the match results.
|
void |
setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setTimeout(Long Timeout)
Set Timeout period
|
void |
setUin(String Uin)
Set User root account UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
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
- MatchCodepublic String getMatchName()
public void setMatchName(String MatchName)
MatchName
- Match namepublic String getMatchDesc()
public void setMatchDesc(String MatchDesc)
MatchDesc
- Matchmaking description
Note: this field may return `null`, indicating that no valid value is obtained.public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- RuleCodepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Timeout periodpublic String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- Receiving notification addresspublic Long getServerType()
public void setServerType(Long ServerType)
ServerType
- Whether to request server resources for the match results. 0: no, 1: request GSE resourcespublic String getServerRegion()
public void setServerRegion(String ServerRegion)
ServerRegion
- Region of the server queue
Note: this field may return `null`, indicating that no valid value is obtained.public String getServerQueue()
public void setServerQueue(String ServerQueue)
ServerQueue
- Server queue
Note: this field may return `null`, indicating that no valid value is obtained.public String getCustomPushData()
public void setCustomPushData(String CustomPushData)
CustomPushData
- Custom push data
Note: this field may return `null`, indicating that no valid value is obtained.public String getServerSessionData()
public void setServerSessionData(String ServerSessionData)
ServerSessionData
- Game server session data
Note: this field may return `null`, indicating that no valid value is obtained.public StringKV[] getGameProperties()
public void setGameProperties(StringKV[] GameProperties)
GameProperties
- Game attributes
Note: this field may return `null`, indicating that no valid value is obtained.public Long getLogSwitch()
public void setLogSwitch(Long LogSwitch)
LogSwitch
- Enable or disable the log. 0: disable, 1: enablepublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset ID
Note: this field may return `null`, indicating that no valid value is obtained.public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName
- Logset name
Note: this field may return `null`, indicating that no valid value is obtained.public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- Log topic ID
Note: this field may return `null`, indicating that no valid value is obtained.public String getLogTopicName()
public void setLogTopicName(String LogTopicName)
LogTopicName
- Log topic name
Note: this field may return `null`, indicating that no valid value is obtained.public StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags
- Tag
Note: this field may return `null`, indicating that no valid value is obtained.public String getRegion()
public void setRegion(String Region)
Region
- Region
Note: this field may return `null`, indicating that no valid value is obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- User AppId
Note: this field may return `null`, indicating that no valid value is obtained.public String getUin()
public void setUin(String Uin)
Uin
- User root account UIN
Note: this field may return `null`, indicating that no valid value is obtained.public String getCreateUin()
public void setCreateUin(String CreateUin)
CreateUin
- Create user account UIN
Note: this field may return `null`, indicating that no valid value is obtained.public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule Name
Note: this field may return `null`, indicating that no valid value is obtained.public Long getLogStatus()
public void setLogStatus(Long LogStatus)
LogStatus
- Log status. 0: normal, 1: the log set does not exist, 2: the log topic does not exist, 3: neither the log set nor the log topic exists.
Note: this field may return `null`, indicating that no valid value is obtained.Copyright © 2023. All rights reserved.