public class SwitchGameArchiveRequest extends AbstractModel
Constructor and Description |
---|
SwitchGameArchiveRequest() |
SwitchGameArchiveRequest(SwitchGameArchiveRequest 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 |
getGameArchiveUrl()
Get 游戏存档Url
|
String |
getGameContext()
Get 游戏相关参数
|
String |
getGameId()
Get 游戏ID
|
String |
getUserId()
Get 游戏用户ID
|
void |
setGameArchiveUrl(String GameArchiveUrl)
Set 游戏存档Url
|
void |
setGameContext(String GameContext)
Set 游戏相关参数
|
void |
setGameId(String GameId)
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 SwitchGameArchiveRequest()
public SwitchGameArchiveRequest(SwitchGameArchiveRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 游戏用户IDpublic String getGameId()
public void setGameId(String GameId)
GameId
- 游戏IDpublic String getGameArchiveUrl()
public void setGameArchiveUrl(String GameArchiveUrl)
GameArchiveUrl
- 游戏存档Urlpublic String getGameContext()
public void setGameContext(String GameContext)
GameContext
- 游戏相关参数Copyright © 2021. All rights reserved.