public class StopGameRequest extends AbstractModel
Constructor and Description |
---|
StopGameRequest() |
StopGameRequest(StopGameRequest 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 |
getHostUserId()
Get 【多人游戏】游戏主机用户ID
|
String |
getUserId()
Get 游戏用户ID
|
void |
setHostUserId(String HostUserId)
Set 【多人游戏】游戏主机用户ID
|
void |
setUserId(String UserId)
Set 游戏用户ID
|
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 StopGameRequest()
public StopGameRequest(StopGameRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 游戏用户IDpublic String getHostUserId()
public void setHostUserId(String HostUserId)
HostUserId
- 【多人游戏】游戏主机用户IDCopyright © 2021. All rights reserved.