Class SaveGameArchiveRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gs.v20191118.models.SaveGameArchiveRequest
-
public class SaveGameArchiveRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SaveGameArchiveRequest()SaveGameArchiveRequest(SaveGameArchiveRequest 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 StringgetGameId()Get 游戏IDStringgetUserId()Get 游戏用户IDvoidsetGameId(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
-
SaveGameArchiveRequest
public SaveGameArchiveRequest()
-
SaveGameArchiveRequest
public SaveGameArchiveRequest(SaveGameArchiveRequest 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
-
-