Class SwitchGameArchiveRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gs.v20191118.models.SwitchGameArchiveRequest
-
public class SwitchGameArchiveRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGameArchiveUrl()Get 游戏存档UrlStringgetGameContext()Get 游戏相关参数StringgetGameId()Get 游戏IDStringgetUserId()Get 游戏用户IDvoidsetGameArchiveUrl(String GameArchiveUrl)Set 游戏存档UrlvoidsetGameContext(String GameContext)Set 游戏相关参数voidsetGameId(String GameId)Set 游戏IDvoidsetUserId(String UserId)Set 游戏用户IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SwitchGameArchiveRequest
public SwitchGameArchiveRequest()
-
SwitchGameArchiveRequest
public 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.
-
-
Method Detail
-
getUserId
public String getUserId()
Get 游戏用户ID- Returns:
- UserId 游戏用户ID
-
setUserId
public void setUserId(String UserId)
Set 游戏用户ID- Parameters:
UserId- 游戏用户ID
-
getGameId
public String getGameId()
Get 游戏ID- Returns:
- GameId 游戏ID
-
setGameId
public void setGameId(String GameId)
Set 游戏ID- Parameters:
GameId- 游戏ID
-
getGameArchiveUrl
public String getGameArchiveUrl()
Get 游戏存档Url- Returns:
- GameArchiveUrl 游戏存档Url
-
setGameArchiveUrl
public void setGameArchiveUrl(String GameArchiveUrl)
Set 游戏存档Url- Parameters:
GameArchiveUrl- 游戏存档Url
-
getGameContext
public String getGameContext()
Get 游戏相关参数- Returns:
- GameContext 游戏相关参数
-
setGameContext
public void setGameContext(String GameContext)
Set 游戏相关参数- Parameters:
GameContext- 游戏相关参数
-
-